Html Css Color HEX #CAC15D Tacha

📋 copy color: '#CAC15D'

red 202 ◦ green 193 ◦ blue 93

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

Shades of Tacha #CAC15D

Tints of Tacha #CAC15D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.55%

 BLUE value IS 93 (36.72% from 255) = 19.06%

R = 41.39%
G = 39.55%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#CAC15D (or 0xCAC15D) is known color: Tacha. HEX triplet: CA, C1 and 5D. RGB value is (202,193,93). Sum of RGB (Red+Green+Blue) = 202+193+93=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 193 (75.78% from 255 or 39.55% from 488); Blue value is 93 (36.72% from 255 or 19.06% from 488); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC15D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC15D is #353EA2. Grayscale: #B8B8B8. Windows color (decimal): -3489443 or 6144458. OLE color: 6144458.

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

Color convert

RGB 202 193 93 -
CMYK 0 0.04 0.54 0.21
HSL 55.05º 0.51% 0.58% -
HSV(B) 55.05º 0.54% 0.79% -
XYZ 45.4 51.49 17.9 -
YUV 184.29 76.48 140.63 -
System Red Green Blue C M Y K H S L
Decimal 202 193 93 0 0.04 0.54 0.21 55.05 0.51 0.58
Hex CA C1 5D 0 4 36 15 37 33 3A
Octal 312 301 135 0 4 66 25 67 63 72
Binary 11001010 11000001 1011101 0 100 110110 10101 110111 110011 111010

Color Harmonies of #CAC15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC15D

Black with #CAC15D

Text Example


Text Example

White with #CAC15D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC15D; }

 p { color: rgb(202,193,93); }

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

background-color css

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

 a { background-color: rgb(202,193,93); }

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

border-color css

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

 span { border-color: rgb(202,193,93); }

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