#CABC65

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

Shades of Tacha #CABC65

Tints of Tacha #CABC65

Color information

#CABC65 (or 0xCABC65) is unknown color: approx Tacha. HEX triplet: CA, BC and 65. RGB value is (202,188,101). Sum of RGB (Red+Green+Blue) = 202+188+101=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 188 (73.83% from 255 or 38.29% from 491); Blue value is 101 (39.84% from 255 or 20.57% from 491); Max value from RGB is 202 - color contains mainly: red. Hex color #CABC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABC65 is #35439A. Grayscale: #B6B6B6. Windows color (decimal): -3490715 or 6667466. OLE color: 6667466.

HSL color Cylindrical-coordinate representation of color #CABC65: hue angle of 51.68º 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 #CABC65 is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB202188101-
CMYK00.070.500.21
HSL51.68º48.79%59.41%-
HSV(B)51.68º50%79.22%-
XYZ44.6949.4619.5-
YUV182.2782.14142.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.14%
GREEN value IS 188 (73.83% from 255) = 38.29%
BLUE value IS 101 (39.84% from 255) = 20.57%
R=41.14%
G=38.29%
B=20.57%

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
Decimal20218810100.070.500.2151.6848.7959.41
HexCABC6507321534313b
Octal312274145076225646173
Binary11001010101111001100101011111001010101110100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABC65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABC65; }

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

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

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

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

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

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

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

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