#C99C7A

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

Shades of Cameo #C99C7A

Tints of Cameo #C99C7A

Color information

#C99C7A (or 0xC99C7A) is unknown color: approx Cameo. HEX triplet: C9, 9C and 7A. RGB value is (201,156,122). Sum of RGB (Red+Green+Blue) = 201+156+122=479 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.96% from 479); Green value is 156 (61.33% from 255 or 32.57% from 479); Blue value is 122 (48.05% from 255 or 25.47% from 479); Max value from RGB is 201 - color contains mainly: red. Hex color #C99C7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99C7A is #366385. Grayscale: #A5A5A5. Windows color (decimal): -3564422 or 8035529. OLE color: 8035529.

HSL color Cylindrical-coordinate representation of color #C99C7A: hue angle of 25.82º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C99C7A is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB201156122-
CMYK00.220.390.21
HSL25.82º42.25%63.33%-
HSV(B)25.82º39.3%78.82%-
XYZ39.4937.623.59-
YUV165.58103.41153.26-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.96%
GREEN value IS 156 (61.33% from 255) = 32.57%
BLUE value IS 122 (48.05% from 255) = 25.47%
R=41.96%
G=32.57%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115612200.220.390.2125.8242.2563.33
HexC99C7A01627151a2a3f
Octal3112341720264725325277
Binary110010011001110011110100101101001111010111010101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99C7A; }

 p { color: rgb(201,156,122); }

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

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

 a { background-color: rgb(201,156,122); }

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

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

 span { border-color: rgb(201,156,122); }

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