Html Css Color HEX #CCAA8A Cameo

📋 copy color: '#CCAA8A'

red 204 ◦ green 170 ◦ blue 138

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

Shades of Cameo #CCAA8A

Tints of Cameo #CCAA8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.95%

R = 39.84%
G = 33.2%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CCAA8A (or 0xCCAA8A) is known color: Cameo. HEX triplet: CC, AA and 8A. RGB value is (204,170,138). Sum of RGB (Red+Green+Blue) = 204+170+138=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 170 (66.80% from 255 or 33.20% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAA8A is #335575. Grayscale: #B0B0B0. Windows color (decimal): -3364214 or 9087692. OLE color: 9087692.

HSL color Cylindrical-coordinate representation of color #CCAA8A: hue angle of 29.09º 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 #CCAA8A is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 170 138 -
CMYK 0 0.17 0.32 0.2
HSL 29.09º 0.39% 0.67% -
HSV(B) 29.09º 0.32% 0.8% -
XYZ 43.86 43.42 30.11 -
YUV 176.52 106.26 147.6 -
System Red Green Blue C M Y K H S L
Decimal 204 170 138 0 0.17 0.32 0.2 29.09 0.39 0.67
Hex CC AA 8A 0 11 20 14 1D 27 43
Octal 314 252 212 0 21 40 24 35 47 103
Binary 11001100 10101010 10001010 0 10001 100000 10100 11101 100111 1000011

Color Harmonies of #CCAA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAA8A

Black with #CCAA8A

Text Example


Text Example

White with #CCAA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAA8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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