#CAB415

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

Shades of Bird Flower #CAB415

Tints of Bird Flower #CAB415

Color information

#CAB415 (or 0xCAB415) is unknown color: approx Bird Flower. HEX triplet: CA, B4 and 15. RGB value is (202,180,21). Sum of RGB (Red+Green+Blue) = 202+180+21=403 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.12% from 403); Green value is 180 (70.70% from 255 or 44.67% from 403); Blue value is 21 (8.59% from 255 or 5.21% from 403); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB415 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB415 is #354BEA. Grayscale: #A9A9A9. Windows color (decimal): -3492843 or 1422538. OLE color: 1422538.

HSL color Cylindrical-coordinate representation of color #CAB415: hue angle of 52.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 #CAB415 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB20218021-
CMYK00.110.900.21
HSL52.71º81.17%43.73%-
HSV(B)52.71º89.6%79.22%-
XYZ40.8145.257.29-
YUV168.4544.79151.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.12%
GREEN value IS 180 (70.70% from 255) = 44.67%
BLUE value IS 21 (8.59% from 255) = 5.21%
R=50.12%
G=44.67%
B=5.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.90
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021802100.110.900.2152.7181.1743.73
HexCAB4150B5A1535512c
Octal31226425013132256512154
Binary110010101011010010101010111011010101011101011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB415; }

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

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

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

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

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

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

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

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