Html Css Color HEX #CACC73 Deco

📋 copy color: '#CACC73'

red 202 ◦ green 204 ◦ blue 115

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

Shades of Deco #CACC73

Tints of Deco #CACC73

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.16%

 BLUE value IS 115 (45.31% from 255) = 22.07%

R = 38.77%
G = 39.16%
B = 22.07%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CACC73 (or 0xCACC73) is known color: Deco. HEX triplet: CA, CC and 73. RGB value is (202,204,115). Sum of RGB (Red+Green+Blue) = 202+204+115=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 115 (45.31% from 255 or 22.07% from 521); Max value from RGB is 204 - color contains mainly: green. Hex color #CACC73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACC73 is #35338C. Grayscale: #C1C1C1. Windows color (decimal): -3486605 or 7589066. OLE color: 7589066.

HSL color Cylindrical-coordinate representation of color #CACC73: hue angle of 61.35º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CACC73 is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.2.

Color convert

RGB 202 204 115 -
CMYK 0.01 0 0.44 0.2
HSL 61.35º 0.47% 0.63% -
HSV(B) 61.35º 0.44% 0.8% -
XYZ 49.04 56.98 24.63 -
YUV 193.26 83.84 134.24 -
System Red Green Blue C M Y K H S L
Decimal 202 204 115 0.01 0 0.44 0.2 61.35 0.47 0.63
Hex CA CC 73 1 0 2C 14 3D 2F 3F
Octal 312 314 163 1 0 54 24 75 57 77
Binary 11001010 11001100 1110011 1 0 101100 10100 111101 101111 111111

Color Harmonies of #CACC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACC73

Black with #CACC73

Text Example


Text Example

White with #CACC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACC73; }

 p { color: rgb(202,204,115); }

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

background-color css

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

 a { background-color: rgb(202,204,115); }

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

border-color css

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

 span { border-color: rgb(202,204,115); }

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