#CAB104

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

Shades of Bird Flower #CAB104

Tints of Bird Flower #CAB104

Color information

#CAB104 (or 0xCAB104) is unknown color: approx Bird Flower. HEX triplet: CA, B1 and 04. RGB value is (202,177,4). Sum of RGB (Red+Green+Blue) = 202+177+4=383 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.74% from 383); Green value is 177 (69.53% from 255 or 46.21% from 383); Blue value is 4 (1.95% from 255 or 1.04% from 383); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB104 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAB104 is #354EFB. Grayscale: #A5A5A5. Windows color (decimal): -3493628 or 307658. OLE color: 307658.

HSL color Cylindrical-coordinate representation of color #CAB104: hue angle of 52.42º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CAB104 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB2021774-
CMYK00.120.980.21
HSL52.42º96.12%40.39%-
HSV(B)52.42º98.02%79.22%-
XYZ40.144.016.5-
YUV164.7537.28154.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.74%
GREEN value IS 177 (69.53% from 255) = 46.21%
BLUE value IS 4 (1.95% from 255) = 1.04%
R=52.74%
G=46.21%
B=1.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.98
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202177400.120.980.2152.4296.1240.39
HexCAB140C6215346028
Octal3122614014142256414050
Binary1100101010110001100011001100010101011101001100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB104; }

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

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

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

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

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

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

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

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