#CBAF06

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

Shades of Bird Flower #CBAF06

Tints of Bird Flower #CBAF06

Color information

#CBAF06 (or 0xCBAF06) is unknown color: approx Bird Flower. HEX triplet: CB, AF and 06. RGB value is (203,175,6). Sum of RGB (Red+Green+Blue) = 203+175+6=384 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.86% from 384); Green value is 175 (68.75% from 255 or 45.57% from 384); Blue value is 6 (2.73% from 255 or 1.56% from 384); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBAF06 is #3450F9. Grayscale: #A4A4A4. Windows color (decimal): -3428602 or 438219. OLE color: 438219.

HSL color Cylindrical-coordinate representation of color #CBAF06: hue angle of 51.47º 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 #CBAF06 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.20.

Color convert

RGB2031756-
CMYK00.140.970.20
HSL51.47º94.26%40.98%-
HSV(B)51.47º97.04%79.61%-
XYZ39.9943.376.44-
YUV164.1138.78155.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 52.86%
GREEN value IS 175 (68.75% from 255) = 45.57%
BLUE value IS 6 (2.73% from 255) = 1.56%
R=52.86%
G=45.57%
B=1.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.97
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203175600.140.970.2051.4794.2640.98
HexCBAF60E6114335e29
Octal3132576016141246313651
Binary1100101110101111110011101100001101001100111011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAF06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAF06; }

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

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

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

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

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

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

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

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