Html Css Color HEX #CCA174 Cameo

📋 copy color: '#CCA174'

red 204 ◦ green 161 ◦ blue 116

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

Shades of Cameo #CCA174

Tints of Cameo #CCA174

RGB

 RED value IS 204 (80.08% from 255) = 42.41%

 GREEN value IS 161 (63.28% from 255) = 33.47%

 BLUE value IS 116 (45.7% from 255) = 24.12%

R = 42.41%
G = 33.47%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#CCA174 (or 0xCCA174) is known color: Cameo. HEX triplet: CC, A1 and 74. RGB value is (204,161,116). Sum of RGB (Red+Green+Blue) = 204+161+116=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 161 (63.28% from 255 or 33.47% from 481); Blue value is 116 (45.70% from 255 or 24.12% from 481); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA174 is #335E8B. Grayscale: #A8A8A8. Windows color (decimal): -3366540 or 7643596. OLE color: 7643596.

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

Color convert

RGB 204 161 116 -
CMYK 0 0.21 0.43 0.2
HSL 30.68º 0.46% 0.63% -
HSV(B) 30.68º 0.43% 0.8% -
XYZ 40.8 39.59 22.01 -
YUV 168.73 98.25 153.16 -
System Red Green Blue C M Y K H S L
Decimal 204 161 116 0 0.21 0.43 0.2 30.68 0.46 0.63
Hex CC A1 74 0 15 2B 14 1F 2E 3F
Octal 314 241 164 0 25 53 24 37 56 77
Binary 11001100 10100001 1110100 0 10101 101011 10100 11111 101110 111111

Color Harmonies of #CCA174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA174

Black with #CCA174

Text Example


Text Example

White with #CCA174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA174; }

 p { color: rgb(204,161,116); }

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

background-color css

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

 a { background-color: rgb(204,161,116); }

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

border-color css

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

 span { border-color: rgb(204,161,116); }

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