Html Css Color HEX #CAC259 Tacha

📋 copy color: '#CAC259'

red 202 ◦ green 194 ◦ blue 89

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

Shades of Tacha #CAC259

Tints of Tacha #CAC259

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40%

 BLUE value IS 89 (35.16% from 255) = 18.35%

R = 41.65%
G = 40%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#CAC259 (or 0xCAC259) is known color: Tacha. HEX triplet: CA, C2 and 59. RGB value is (202,194,89). Sum of RGB (Red+Green+Blue) = 202+194+89=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 194 (76.17% from 255 or 40% from 485); Blue value is 89 (35.16% from 255 or 18.35% from 485); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC259 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC259 is #353DA6. Grayscale: #B8B8B8. Windows color (decimal): -3489191 or 5882570. OLE color: 5882570.

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

Color convert

RGB 202 194 89 -
CMYK 0 0.04 0.56 0.21
HSL 55.75º 0.52% 0.57% -
HSV(B) 55.75º 0.56% 0.79% -
XYZ 45.45 51.86 17.07 -
YUV 184.42 74.15 140.54 -
System Red Green Blue C M Y K H S L
Decimal 202 194 89 0 0.04 0.56 0.21 55.75 0.52 0.57
Hex CA C2 59 0 4 38 15 38 34 39
Octal 312 302 131 0 4 70 25 70 64 71
Binary 11001010 11000010 1011001 0 100 111000 10101 111000 110100 111001

Color Harmonies of #CAC259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC259

Black with #CAC259

Text Example


Text Example

White with #CAC259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC259; }

 p { color: rgb(202,194,89); }

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

background-color css

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

 a { background-color: rgb(202,194,89); }

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

border-color css

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

 span { border-color: rgb(202,194,89); }

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