#C9A27A

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

Shades of Cameo #C9A27A

Tints of Cameo #C9A27A

Color information

#C9A27A (or 0xC9A27A) is unknown color: approx Cameo. HEX triplet: C9, A2 and 7A. RGB value is (201,162,122). Sum of RGB (Red+Green+Blue) = 201+162+122=485 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.44% from 485); Green value is 162 (63.67% from 255 or 33.40% from 485); Blue value is 122 (48.05% from 255 or 25.15% from 485); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A27A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A27A is #365D85. Grayscale: #A9A9A9. Windows color (decimal): -3562886 or 8037065. OLE color: 8037065.

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

Color convert

RGB201162122-
CMYK00.190.390.21
HSL30.38º42.25%63.33%-
HSV(B)30.38º39.3%78.82%-
XYZ40.5239.6623.93-
YUV169.1101.42150.75-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.44%
GREEN value IS 162 (63.67% from 255) = 33.40%
BLUE value IS 122 (48.05% from 255) = 25.15%
R=41.44%
G=33.40%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20116212200.190.390.2130.3842.2563.33
HexC9A27A01327151e2a3f
Octal3112421720234725365277
Binary110010011010001011110100100111001111010111110101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A27A; }

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

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

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

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

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

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

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

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