#CAAB0B

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

Shades of Bird Flower #CAAB0B

Tints of Bird Flower #CAAB0B

Color information

#CAAB0B (or 0xCAAB0B) is unknown color: approx Bird Flower. HEX triplet: CA, AB and 0B. RGB value is (202,171,11). Sum of RGB (Red+Green+Blue) = 202+171+11=384 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.60% from 384); Green value is 171 (67.19% from 255 or 44.53% from 384); Blue value is 11 (4.69% from 255 or 2.86% from 384); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAB0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAAB0B is #3554F4. Grayscale: #A2A2A2. Windows color (decimal): -3495157 or 764874. OLE color: 764874.

HSL color Cylindrical-coordinate representation of color #CAAB0B: hue angle of 50.26º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CAAB0B is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.21.

Color convert

RGB20217111-
CMYK00.150.950.21
HSL50.26º89.67%41.76%-
HSV(B)50.26º94.55%79.22%-
XYZ38.9841.716.31-
YUV162.0342.77156.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.60%
GREEN value IS 171 (67.19% from 255) = 44.53%
BLUE value IS 11 (4.69% from 255) = 2.86%
R=52.60%
G=44.53%
B=2.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.95
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021711100.150.950.2150.2689.6741.76
HexCAABB0F5F15325a2a
Octal31225313017137256213252
Binary11001010101010111011011111011111101011100101011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAB0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAB0B; }

 p { color: rgb(202,171,11); }

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

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

 a { background-color: rgb(202,171,11); }

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

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

 span { border-color: rgb(202,171,11); }

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