Html Css Color HEX #CABB53 Tacha

📋 copy color: '#CABB53'

red 202 ◦ green 187 ◦ blue 83

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

Shades of Tacha #CABB53

Tints of Tacha #CABB53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 17.58%

R = 42.8%
G = 39.62%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#CABB53 (or 0xCABB53) is known color: Tacha. HEX triplet: CA, BB and 53. RGB value is (202,187,83). Sum of RGB (Red+Green+Blue) = 202+187+83=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 187 (73.44% from 255 or 39.62% from 472); Blue value is 83 (32.81% from 255 or 17.58% from 472); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABB53 is #3544AC. Grayscale: #B4B4B4. Windows color (decimal): -3490989 or 5487562. OLE color: 5487562.

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

Color convert

RGB 202 187 83 -
CMYK 0 0.07 0.59 0.21
HSL 52.44º 0.53% 0.56% -
HSV(B) 52.44º 0.59% 0.79% -
XYZ 43.69 48.72 15.29 -
YUV 179.63 73.47 143.96 -
System Red Green Blue C M Y K H S L
Decimal 202 187 83 0 0.07 0.59 0.21 52.44 0.53 0.56
Hex CA BB 53 0 7 3B 15 34 35 38
Octal 312 273 123 0 7 73 25 64 65 70
Binary 11001010 10111011 1010011 0 111 111011 10101 110100 110101 111000

Color Harmonies of #CABB53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABB53

Black with #CABB53

Text Example


Text Example

White with #CABB53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABB53; }

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

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

background-color css

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

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

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

border-color css

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

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

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