#CFC92A

Color #CFC92A Barberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barberry #CFC92A

Tints of Barberry #CFC92A

Color information

#CFC92A (or 0xCFC92A) is unknown color: approx Barberry. HEX triplet: CF, C9 and 2A. RGB value is (207,201,42). Sum of RGB (Red+Green+Blue) = 207+201+42=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 201 (78.91% from 255 or 44.67% from 450); Blue value is 42 (16.80% from 255 or 9.33% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC92A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC92A is #3036D5. Grayscale: #B9B9B9. Windows color (decimal): -3159766 or 2804175. OLE color: 2804175.

HSL color Cylindrical-coordinate representation of color #CFC92A: hue angle of 57.82º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CFC92A is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB20720142-
CMYK00.030.800.19
HSL57.82º66.27%48.82%-
HSV(B)57.82º79.71%81.18%-
XYZ47.0455.2110.37-
YUV184.6747.49143.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 46%
GREEN value IS 201 (78.91% from 255) = 44.67%
BLUE value IS 42 (16.80% from 255) = 9.33%
R=46%
G=44.67%
B=9.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.80
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2072014200.030.800.1957.8266.2748.82
HexCFC92A0350133a4231
Octal3173115203120237210261
Binary11001111110010011010100111010000100111110101000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC92A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC92A; }

 p { color: rgb(207,201,42); }

 H1.HeaderClassName
 {
   color: #CFC92A;
 }
 .AnyTagClassName
 {
   color: #CFC92A;
 }
</style>
background-color css

<style>
 a { background-color: #CFC92A; }

 a { background-color: rgb(207,201,42); }

 div.DivClassName
 {
   background-color: #CFC92A;
 }
 .BgClassName
 {
   background-color: #CFC92A;
 }
</style>
border-color css

<style>
 span { border-color: #CFC92A; }

 span { border-color: rgb(207,201,42); }

 td.TdClassName
 {
   border-color: #CFC92A;
 }
 .TagClassName
 {
   border-color: #CFC92A;
 }
</style>