Html Css Color HEX #CAC679 Deco

📋 copy color: '#CAC679'

red 202 ◦ green 198 ◦ blue 121

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

Shades of Deco #CAC679

Tints of Deco #CAC679

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38%

 BLUE value IS 121 (47.66% from 255) = 23.22%

R = 38.77%
G = 38%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#CAC679 (or 0xCAC679) is known color: Deco. HEX triplet: CA, C6 and 79. RGB value is (202,198,121). Sum of RGB (Red+Green+Blue) = 202+198+121=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 198 (77.73% from 255 or 38.00% from 521); Blue value is 121 (47.66% from 255 or 23.22% from 521); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC679 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC679 is #353986. Grayscale: #BEBEBE. Windows color (decimal): -3488135 or 7980746. OLE color: 7980746.

HSL color Cylindrical-coordinate representation of color #CAC679: hue angle of 57.04º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CAC679 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 198 121 -
CMYK 0 0.02 0.40 0.21
HSL 57.04º 0.43% 0.63% -
HSV(B) 57.04º 0.4% 0.79% -
XYZ 48 54.33 26.04 -
YUV 190.42 88.83 136.26 -
System Red Green Blue C M Y K H S L
Decimal 202 198 121 0 0.02 0.40 0.21 57.04 0.43 0.63
Hex CA C6 79 0 2 28 15 39 2B 3F
Octal 312 306 171 0 2 50 25 71 53 77
Binary 11001010 11000110 1111001 0 10 101000 10101 111001 101011 111111

Color Harmonies of #CAC679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC679

Black with #CAC679

Text Example


Text Example

White with #CAC679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC679; }

 p { color: rgb(202,198,121); }

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

background-color css

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

 a { background-color: rgb(202,198,121); }

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

border-color css

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

 span { border-color: rgb(202,198,121); }

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