Html Css Color HEX #CAC775 Deco

📋 copy color: '#CAC775'

red 202 ◦ green 199 ◦ blue 117

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

Shades of Deco #CAC775

Tints of Deco #CAC775

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.42%

 BLUE value IS 117 (46.09% from 255) = 22.59%

R = 39%
G = 38.42%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#CAC775 (or 0xCAC775) is known color: Deco. HEX triplet: CA, C7 and 75. RGB value is (202,199,117). Sum of RGB (Red+Green+Blue) = 202+199+117=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 199 (78.12% from 255 or 38.42% from 518); Blue value is 117 (46.09% from 255 or 22.59% from 518); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC775 is #35388A. Grayscale: #BEBEBE. Windows color (decimal): -3487883 or 7718858. OLE color: 7718858.

HSL color Cylindrical-coordinate representation of color #CAC775: hue angle of 57.88º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CAC775 is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 199 117 -
CMYK 0 0.01 0.42 0.21
HSL 57.88º 0.45% 0.63% -
HSV(B) 57.88º 0.42% 0.79% -
XYZ 47.99 54.69 24.86 -
YUV 190.55 86.49 136.17 -
System Red Green Blue C M Y K H S L
Decimal 202 199 117 0 0.01 0.42 0.21 57.88 0.45 0.63
Hex CA C7 75 0 1 2A 15 3A 2D 3F
Octal 312 307 165 0 1 52 25 72 55 77
Binary 11001010 11000111 1110101 0 1 101010 10101 111010 101101 111111

Color Harmonies of #CAC775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC775

Black with #CAC775

Text Example


Text Example

White with #CAC775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC775; }

 p { color: rgb(202,199,117); }

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

background-color css

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

 a { background-color: rgb(202,199,117); }

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

border-color css

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

 span { border-color: rgb(202,199,117); }

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