Html Css Color HEX #CCA275 Cameo

📋 copy color: '#CCA275'

red 204 ◦ green 162 ◦ blue 117

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

Shades of Cameo #CCA275

Tints of Cameo #CCA275

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.54%

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

R = 42.24%
G = 33.54%
B = 24.22%

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

#CCA275 (or 0xCCA275) is known color: Cameo. HEX triplet: CC, A2 and 75. RGB value is (204,162,117). Sum of RGB (Red+Green+Blue) = 204+162+117=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 162 (63.67% from 255 or 33.54% from 483); Blue value is 117 (46.09% from 255 or 24.22% from 483); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA275 is #335D8A. Grayscale: #A9A9A9. Windows color (decimal): -3366283 or 7709388. OLE color: 7709388.

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

Color convert

RGB 204 162 117 -
CMYK 0 0.21 0.43 0.2
HSL 31.03º 0.46% 0.63% -
HSV(B) 31.03º 0.43% 0.8% -
XYZ 41.03 39.96 22.38 -
YUV 169.43 98.41 152.66 -
System Red Green Blue C M Y K H S L
Decimal 204 162 117 0 0.21 0.43 0.2 31.03 0.46 0.63
Hex CC A2 75 0 15 2B 14 1F 2E 3F
Octal 314 242 165 0 25 53 24 37 56 77
Binary 11001100 10100010 1110101 0 10101 101011 10100 11111 101110 111111

Color Harmonies of #CCA275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA275

Black with #CCA275

Text Example


Text Example

White with #CCA275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA275; }

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

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

background-color css

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

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

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

border-color css

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

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

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