#CAB313

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

Shades of Bird Flower #CAB313

Tints of Bird Flower #CAB313

Color information

#CAB313 (or 0xCAB313) is unknown color: approx Bird Flower. HEX triplet: CA, B3 and 13. RGB value is (202,179,19). Sum of RGB (Red+Green+Blue) = 202+179+19=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 179 (70.31% from 255 or 44.75% from 400); Blue value is 19 (7.81% from 255 or 4.75% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB313 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB313 is #354CEC. Grayscale: #A8A8A8. Windows color (decimal): -3493101 or 1291210. OLE color: 1291210.

HSL color Cylindrical-coordinate representation of color #CAB313: hue angle of 52.46º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CAB313 is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB20217919-
CMYK00.110.910.21
HSL52.46º82.81%43.33%-
HSV(B)52.46º90.59%79.22%-
XYZ40.5944.847.13-
YUV167.6444.12152.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.5%
GREEN value IS 179 (70.31% from 255) = 44.75%
BLUE value IS 19 (7.81% from 255) = 4.75%
R=50.5%
G=44.75%
B=4.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.91
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021791900.110.910.2152.4682.8143.33
HexCAB3130B5B1534532b
Octal31226323013133256412353
Binary110010101011001110011010111011011101011101001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB313; }

 p { color: rgb(202,179,19); }

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

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

 a { background-color: rgb(202,179,19); }

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

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

 span { border-color: rgb(202,179,19); }

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