#CAB115

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

Shades of Bird Flower #CAB115

Tints of Bird Flower #CAB115

Color information

#CAB115 (or 0xCAB115) is unknown color: approx Bird Flower. HEX triplet: CA, B1 and 15. RGB value is (202,177,21). Sum of RGB (Red+Green+Blue) = 202+177+21=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 177 (69.53% from 255 or 44.25% from 400); Blue value is 21 (8.59% from 255 or 5.25% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAB115 is #354EEA. Grayscale: #A7A7A7. Windows color (decimal): -3493611 or 1421770. OLE color: 1421770.

HSL color Cylindrical-coordinate representation of color #CAB115: hue angle of 51.71º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CAB115 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB20217721-
CMYK00.120.900.21
HSL51.71º81.17%43.73%-
HSV(B)51.71º89.6%79.22%-
XYZ40.2144.057.09-
YUV166.6945.78153.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.5%
GREEN value IS 177 (69.53% from 255) = 44.25%
BLUE value IS 21 (8.59% from 255) = 5.25%
R=50.5%
G=44.25%
B=5.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.90
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021772100.120.900.2151.7181.1743.73
HexCAB1150C5A1534512c
Octal31226125014132256412154
Binary110010101011000110101011001011010101011101001010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB115; }

 p { color: rgb(202,177,21); }

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

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

 a { background-color: rgb(202,177,21); }

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

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

 span { border-color: rgb(202,177,21); }

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