Html Css Color HEX #CAC253 Tacha

📋 copy color: '#CAC253'

red 202 ◦ green 194 ◦ blue 83

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

Shades of Tacha #CAC253

Tints of Tacha #CAC253

RGB

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

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

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

R = 42.17%
G = 40.5%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#CAC253 (or 0xCAC253) is known color: Tacha. HEX triplet: CA, C2 and 53. RGB value is (202,194,83). Sum of RGB (Red+Green+Blue) = 202+194+83=479 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.17% from 479); Green value is 194 (76.17% from 255 or 40.50% from 479); Blue value is 83 (32.81% from 255 or 17.33% from 479); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC253 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC253 is #353DAC. Grayscale: #B8B8B8. Windows color (decimal): -3489197 or 5489354. OLE color: 5489354.

HSL color Cylindrical-coordinate representation of color #CAC253: hue angle of 55.97º 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 #CAC253 is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 194 83 -
CMYK 0 0.04 0.59 0.21
HSL 55.97º 0.53% 0.56% -
HSV(B) 55.97º 0.59% 0.79% -
XYZ 45.21 51.76 15.79 -
YUV 183.74 71.15 141.03 -
System Red Green Blue C M Y K H S L
Decimal 202 194 83 0 0.04 0.59 0.21 55.97 0.53 0.56
Hex CA C2 53 0 4 3B 15 38 35 38
Octal 312 302 123 0 4 73 25 70 65 70
Binary 11001010 11000010 1010011 0 100 111011 10101 111000 110101 111000

Color Harmonies of #CAC253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC253

Black with #CAC253

Text Example


Text Example

White with #CAC253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC253; }

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

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

background-color css

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

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

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

border-color css

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

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

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