#CC9F7E

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

Shades of Cameo #CC9F7E

Tints of Cameo #CC9F7E

Color information

#CC9F7E (or 0xCC9F7E) is unknown color: approx Cameo. HEX triplet: CC, 9F and 7E. RGB value is (204,159,126). Sum of RGB (Red+Green+Blue) = 204+159+126=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 159 (62.5% from 255 or 32.52% from 489); Blue value is 126 (49.61% from 255 or 25.77% from 489); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9F7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9F7E is #336081. Grayscale: #A8A8A8. Windows color (decimal): -3367042 or 8298444. OLE color: 8298444.

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

Color convert

RGB204159126-
CMYK00.220.380.2
HSL25.38º43.33%64.71%-
HSV(B)25.38º38.24%80%-
XYZ41.0739.1425.13-
YUV168.69103.91153.18-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.72%
GREEN value IS 159 (62.5% from 255) = 32.52%
BLUE value IS 126 (49.61% from 255) = 25.77%
R=41.72%
G=32.52%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415912600.220.380.225.3843.3364.71
HexCC9F7E0162614192b41
Octal31423717602646243153101
Binary1100110010011111111111001011010011010100110011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9F7E; }

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

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

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

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

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

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

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

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