#CABC07

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

Shades of Bird Flower #CABC07

Tints of Bird Flower #CABC07

Color information

#CABC07 (or 0xCABC07) is unknown color: approx Bird Flower. HEX triplet: CA, BC and 07. RGB value is (202,188,7). Sum of RGB (Red+Green+Blue) = 202+188+7=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 188 (73.83% from 255 or 47.36% from 397); Blue value is 7 (3.12% from 255 or 1.76% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CABC07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CABC07 is #3543F8. Grayscale: #ACACAC. Windows color (decimal): -3490809 or 507082. OLE color: 507082.

HSL color Cylindrical-coordinate representation of color #CABC07: hue angle of 55.69º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CABC07 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.21.

Color convert

RGB2021887-
CMYK00.070.970.21
HSL55.69º93.3%40.98%-
HSV(B)55.69º96.53%79.22%-
XYZ42.3848.547.34-
YUV171.5535.14149.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.88%
GREEN value IS 188 (73.83% from 255) = 47.36%
BLUE value IS 7 (3.12% from 255) = 1.76%
R=50.88%
G=47.36%
B=1.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.97
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202188700.070.970.2155.6993.340.98
HexCABC7076115385d29
Octal312274707141257013551
Binary110010101011110011101111100001101011110001011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABC07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABC07; }

 p { color: rgb(202,188,7); }

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

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

 a { background-color: rgb(202,188,7); }

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

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

 span { border-color: rgb(202,188,7); }

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