#CABB68

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

Shades of Tacha #CABB68

Tints of Tacha #CABB68

Color information

#CABB68 (or 0xCABB68) is unknown color: approx Tacha. HEX triplet: CA, BB and 68. RGB value is (202,187,104). Sum of RGB (Red+Green+Blue) = 202+187+104=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 187 (73.44% from 255 or 37.93% from 493); Blue value is 104 (41.02% from 255 or 21.10% from 493); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABB68 is #354497. Grayscale: #B6B6B6. Windows color (decimal): -3490968 or 6863818. OLE color: 6863818.

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

Color convert

RGB202187104-
CMYK00.070.490.21
HSL50.82º48.04%60%-
HSV(B)50.82º48.51%79.22%-
XYZ44.6349.120.22-
YUV182.0283.97142.25-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.97%
GREEN value IS 187 (73.44% from 255) = 37.93%
BLUE value IS 104 (41.02% from 255) = 21.10%
R=40.97%
G=37.93%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218710400.070.490.2150.8248.0460
HexCABB6807311533303c
Octal312273150076125636074
Binary11001010101110111101000011111000110101110011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABB68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABB68; }

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

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

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

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

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

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

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

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