Html Css Color HEX #CABB55 Tacha

📋 copy color: '#CABB55'

red 202 ◦ green 187 ◦ blue 85

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

Shades of Tacha #CABB55

Tints of Tacha #CABB55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 17.93%

R = 42.62%
G = 39.45%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#CABB55 (or 0xCABB55) is known color: Tacha. HEX triplet: CA, BB and 55. RGB value is (202,187,85). Sum of RGB (Red+Green+Blue) = 202+187+85=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 187 (73.44% from 255 or 39.45% from 474); Blue value is 85 (33.59% from 255 or 17.93% from 474); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABB55 is #3544AA. Grayscale: #B4B4B4. Windows color (decimal): -3490987 or 5618634. OLE color: 5618634.

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

Color convert

RGB 202 187 85 -
CMYK 0 0.07 0.58 0.21
HSL 52.31º 0.52% 0.56% -
HSV(B) 52.31º 0.58% 0.79% -
XYZ 43.77 48.75 15.7 -
YUV 179.86 74.47 143.79 -
System Red Green Blue C M Y K H S L
Decimal 202 187 85 0 0.07 0.58 0.21 52.31 0.52 0.56
Hex CA BB 55 0 7 3A 15 34 34 38
Octal 312 273 125 0 7 72 25 64 64 70
Binary 11001010 10111011 1010101 0 111 111010 10101 110100 110100 111000

Color Harmonies of #CABB55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABB55

Black with #CABB55

Text Example


Text Example

White with #CABB55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABB55; }

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

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

background-color css

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

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

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

border-color css

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

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

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