#CC9E7E

Color #CC9E7E Cameo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cameo #CC9E7E

Tints of Cameo #CC9E7E

Color information

#CC9E7E (or 0xCC9E7E) is unknown color: approx Cameo. HEX triplet: CC, 9E and 7E. RGB value is (204,158,126). Sum of RGB (Red+Green+Blue) = 204+158+126=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 158 (62.11% from 255 or 32.38% from 488); Blue value is 126 (49.61% from 255 or 25.82% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9E7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9E7E is #336181. Grayscale: #A8A8A8. Windows color (decimal): -3367298 or 8298188. OLE color: 8298188.

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

Color convert

RGB204158126-
CMYK00.230.380.2
HSL24.62º43.33%64.71%-
HSV(B)24.62º38.24%80%-
XYZ40.8938.825.07-
YUV168.11104.24153.6-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.80%
GREEN value IS 158 (62.11% from 255) = 32.38%
BLUE value IS 126 (49.61% from 255) = 25.82%
R=41.80%
G=32.38%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415812600.230.380.224.6243.3364.71
HexCC9E7E0172614192b41
Octal31423617602746243153101
Binary1100110010011110111111001011110011010100110011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9E7E; }

 p { color: rgb(204,158,126); }

 H1.HeaderClassName
 {
   color: #CC9E7E;
 }
 .AnyTagClassName
 {
   color: #CC9E7E;
 }
</style>
background-color css

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

 a { background-color: rgb(204,158,126); }

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

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

 span { border-color: rgb(204,158,126); }

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