Html Css Color HEX #CCA175 Cameo

📋 copy color: '#CCA175'

red 204 ◦ green 161 ◦ blue 117

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

Shades of Cameo #CCA175

Tints of Cameo #CCA175

RGB

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

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

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

R = 42.32%
G = 33.4%
B = 24.27%

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

#CCA175 (or 0xCCA175) is known color: Cameo. HEX triplet: CC, A1 and 75. RGB value is (204,161,117). Sum of RGB (Red+Green+Blue) = 204+161+117=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 161 (63.28% from 255 or 33.40% from 482); Blue value is 117 (46.09% from 255 or 24.27% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA175 is #335E8A. Grayscale: #A9A9A9. Windows color (decimal): -3366539 or 7709132. OLE color: 7709132.

HSL color Cylindrical-coordinate representation of color #CCA175: hue angle of 30.34º 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 #CCA175 is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 161 117 -
CMYK 0 0.21 0.43 0.2
HSL 30.34º 0.46% 0.63% -
HSV(B) 30.34º 0.43% 0.8% -
XYZ 40.86 39.61 22.32 -
YUV 168.84 98.75 153.08 -
System Red Green Blue C M Y K H S L
Decimal 204 161 117 0 0.21 0.43 0.2 30.34 0.46 0.63
Hex CC A1 75 0 15 2B 14 1E 2E 3F
Octal 314 241 165 0 25 53 24 36 56 77
Binary 11001100 10100001 1110101 0 10101 101011 10100 11110 101110 111111

Color Harmonies of #CCA175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA175

Black with #CCA175

Text Example


Text Example

White with #CCA175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA175; }

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

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

background-color css

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

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

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

border-color css

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

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

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