#CBAC06

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

Shades of Bird Flower #CBAC06

Tints of Bird Flower #CBAC06

Color information

#CBAC06 (or 0xCBAC06) is unknown color: approx Bird Flower. HEX triplet: CB, AC and 06. RGB value is (203,172,6). Sum of RGB (Red+Green+Blue) = 203+172+6=381 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.28% from 381); Green value is 172 (67.58% from 255 or 45.14% from 381); Blue value is 6 (2.73% from 255 or 1.57% from 381); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAC06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBAC06 is #3453F9. Grayscale: #A3A3A3. Windows color (decimal): -3429370 or 437451. OLE color: 437451.

HSL color Cylindrical-coordinate representation of color #CBAC06: hue angle of 50.56º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CBAC06 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.20.

Color convert

RGB2031726-
CMYK00.150.970.20
HSL50.56º94.26%40.98%-
HSV(B)50.56º97.04%79.61%-
XYZ39.4142.216.24-
YUV162.3439.77157-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 53.28%
GREEN value IS 172 (67.58% from 255) = 45.14%
BLUE value IS 6 (2.73% from 255) = 1.57%
R=53.28%
G=45.14%
B=1.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.97
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203172600.150.970.2050.5694.2640.98
HexCBAC60F6114335e29
Octal3132546017141246313651
Binary1100101110101100110011111100001101001100111011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAC06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAC06; }

 p { color: rgb(203,172,6); }

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

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

 a { background-color: rgb(203,172,6); }

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

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

 span { border-color: rgb(203,172,6); }

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