Html Css Color HEX #CCAA8C Cameo

📋 copy color: '#CCAA8C'

red 204 ◦ green 170 ◦ blue 140

#CCAA8C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cameo #CCAA8C

Tints of Cameo #CCAA8C

RGB

 RED value IS 204 (80.08% from 255) = 39.69%

 GREEN value IS 170 (66.8% from 255) = 33.07%

 BLUE value IS 140 (55.08% from 255) = 27.24%

R = 39.69%
G = 33.07%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CCAA8C (or 0xCCAA8C) is known color: Cameo. HEX triplet: CC, AA and 8C. RGB value is (204,170,140). Sum of RGB (Red+Green+Blue) = 204+170+140=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 170 (66.80% from 255 or 33.07% from 514); Blue value is 140 (55.08% from 255 or 27.24% from 514); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAA8C is #335573. Grayscale: #B0B0B0. Windows color (decimal): -3364212 or 9218764. OLE color: 9218764.

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

Color convert

RGB 204 170 140 -
CMYK 0 0.17 0.31 0.2
HSL 28.13º 0.39% 0.67% -
HSV(B) 28.13º 0.31% 0.8% -
XYZ 44.01 43.48 30.88 -
YUV 176.75 107.26 147.44 -
System Red Green Blue C M Y K H S L
Decimal 204 170 140 0 0.17 0.31 0.2 28.13 0.39 0.67
Hex CC AA 8C 0 11 1F 14 1C 27 43
Octal 314 252 214 0 21 37 24 34 47 103
Binary 11001100 10101010 10001100 0 10001 11111 10100 11100 100111 1000011

Color Harmonies of #CCAA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAA8C

Black with #CCAA8C

Text Example


Text Example

White with #CCAA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAA8C; }

 p { color: rgb(204,170,140); }

 H1.HeaderClassName
 {
   color: #CCAA8C;
 }
 .AnyTagClassName
 {
   color: #CCAA8C;
 }
</style>

background-color css

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

 a { background-color: rgb(204,170,140); }

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

border-color css

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

 span { border-color: rgb(204,170,140); }

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