#CCA17A

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

Shades of Cameo #CCA17A

Tints of Cameo #CCA17A

Color information

#CCA17A (or 0xCCA17A) is unknown color: approx Cameo. HEX triplet: CC, A1 and 7A. RGB value is (204,161,122). Sum of RGB (Red+Green+Blue) = 204+161+122=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 161 (63.28% from 255 or 33.06% from 487); Blue value is 122 (48.05% from 255 or 25.05% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA17A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA17A is #335E85. Grayscale: #A9A9A9. Windows color (decimal): -3366534 or 8036812. OLE color: 8036812.

HSL color Cylindrical-coordinate representation of color #CCA17A: hue angle of 28.54º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCA17A is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB204161122-
CMYK00.210.400.2
HSL28.54º44.57%63.92%-
HSV(B)28.54º40.2%80%-
XYZ41.1639.7323.91-
YUV169.41101.25152.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.89%
GREEN value IS 161 (63.28% from 255) = 33.06%
BLUE value IS 122 (48.05% from 255) = 25.05%
R=41.89%
G=33.06%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416112200.210.400.228.5444.5763.92
HexCCA17A01528141d2d40
Octal31424117202550243555100
Binary1100110010100001111101001010110100010100111011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA17A; }

 p { color: rgb(204,161,122); }

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

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

 a { background-color: rgb(204,161,122); }

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

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

 span { border-color: rgb(204,161,122); }

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