#CABB65

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

Shades of Tacha #CABB65

Tints of Tacha #CABB65

Color information

#CABB65 (or 0xCABB65) is unknown color: approx Tacha. HEX triplet: CA, BB and 65. RGB value is (202,187,101). Sum of RGB (Red+Green+Blue) = 202+187+101=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 187 (73.44% from 255 or 38.16% from 490); Blue value is 101 (39.84% from 255 or 20.61% from 490); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABB65 is #35449A. Grayscale: #B6B6B6. Windows color (decimal): -3490971 or 6667210. OLE color: 6667210.

HSL color Cylindrical-coordinate representation of color #CABB65: hue angle of 51.09º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CABB65 is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB202187101-
CMYK00.070.500.21
HSL51.09º48.79%59.41%-
HSV(B)51.09º50%79.22%-
XYZ44.4849.0419.43-
YUV181.6882.47142.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.22%
GREEN value IS 187 (73.44% from 255) = 38.16%
BLUE value IS 101 (39.84% from 255) = 20.61%
R=41.22%
G=38.16%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218710100.070.500.2151.0948.7959.41
HexCABB6507321533313b
Octal312273145076225636173
Binary11001010101110111100101011111001010101110011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABB65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABB65; }

 p { color: rgb(202,187,101); }

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

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

 a { background-color: rgb(202,187,101); }

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

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

 span { border-color: rgb(202,187,101); }

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