#CCA98A

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

Shades of Cameo #CCA98A

Tints of Cameo #CCA98A

Color information

#CCA98A (or 0xCCA98A) is unknown color: approx Cameo. HEX triplet: CC, A9 and 8A. RGB value is (204,169,138). Sum of RGB (Red+Green+Blue) = 204+169+138=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 169 (66.41% from 255 or 33.07% from 511); Blue value is 138 (54.30% from 255 or 27.01% from 511); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA98A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA98A is #335675. Grayscale: #B0B0B0. Windows color (decimal): -3364470 or 9087436. OLE color: 9087436.

HSL color Cylindrical-coordinate representation of color #CCA98A: hue angle of 28.18º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCA98A is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB204169138-
CMYK00.170.320.2
HSL28.18º39.29%67.06%-
HSV(B)28.18º32.35%80%-
XYZ43.6843.0530.05-
YUV175.93106.6148.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.92%
GREEN value IS 169 (66.41% from 255) = 33.07%
BLUE value IS 138 (54.30% from 255) = 27.01%
R=39.92%
G=33.07%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416913800.170.320.228.1839.2967.06
HexCCA98A01120141c2743
Octal31425121202140243447103
Binary11001100101010011000101001000110000010100111001001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA98A; }

 p { color: rgb(204,169,138); }

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

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

 a { background-color: rgb(204,169,138); }

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

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

 span { border-color: rgb(204,169,138); }

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