Html Css Color HEX #CABB68 Tacha

📋 copy color: '#CABB68'

red 202 ◦ green 187 ◦ blue 104

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

Shades of Tacha #CABB68

Tints of Tacha #CABB68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.1%

R = 40.97%
G = 37.93%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#CABB68 (or 0xCABB68) is known color: 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

RGB 202 187 104 -
CMYK 0 0.07 0.49 0.21
HSL 50.82º 0.48% 0.6% -
HSV(B) 50.82º 0.49% 0.79% -
XYZ 44.63 49.1 20.22 -
YUV 182.02 83.97 142.25 -
System Red Green Blue C M Y K H S L
Decimal 202 187 104 0 0.07 0.49 0.21 50.82 0.48 0.6
Hex CA BB 68 0 7 31 15 33 30 3C
Octal 312 273 150 0 7 61 25 63 60 74
Binary 11001010 10111011 1101000 0 111 110001 10101 110011 110000 111100

Color Harmonies of #CABB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABB68

Black with #CABB68

Text Example


Text Example

White with #CABB68

Text Example


Text Example

HTML Codes & Css Web 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>