Html Css Color HEX #CABB66 Tacha

📋 copy color: '#CABB66'

red 202 ◦ green 187 ◦ blue 102

#CABB66
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tacha #CABB66

Tints of Tacha #CABB66

RGB

 RED value IS 202 (79.3% from 255) = 41.14%

 GREEN value IS 187 (73.44% from 255) = 38.09%

 BLUE value IS 102 (40.23% from 255) = 20.77%

R = 41.14%
G = 38.09%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#CABB66 (or 0xCABB66) is known color: Tacha. HEX triplet: CA, BB and 66. RGB value is (202,187,102). Sum of RGB (Red+Green+Blue) = 202+187+102=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 187 (73.44% from 255 or 38.09% from 491); Blue value is 102 (40.23% from 255 or 20.77% from 491); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABB66 is #354499. Grayscale: #B6B6B6. Windows color (decimal): -3490970 or 6732746. OLE color: 6732746.

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

Color convert

RGB 202 187 102 -
CMYK 0 0.07 0.50 0.21
HSL 51º 0.49% 0.6% -
HSV(B) 51º 0.5% 0.79% -
XYZ 44.53 49.06 19.69 -
YUV 181.8 82.97 142.41 -
System Red Green Blue C M Y K H S L
Decimal 202 187 102 0 0.07 0.50 0.21 51 0.49 0.6
Hex CA BB 66 0 7 32 15 33 31 3C
Octal 312 273 146 0 7 62 25 63 61 74
Binary 11001010 10111011 1100110 0 111 110010 10101 110011 110001 111100

Color Harmonies of #CABB66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABB66

Black with #CABB66

Text Example


Text Example

White with #CABB66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABB66; }

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

 H1.HeaderClassName
 {
   color: #CABB66;
 }
 .AnyTagClassName
 {
   color: #CABB66;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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