Html Css Color HEX #CCA18C Cameo

📋 copy color: '#CCA18C'

red 204 ◦ green 161 ◦ blue 140

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

Shades of Cameo #CCA18C

Tints of Cameo #CCA18C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.88%

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

R = 40.4%
G = 31.88%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CCA18C (or 0xCCA18C) is known color: Cameo. HEX triplet: CC, A1 and 8C. RGB value is (204,161,140). Sum of RGB (Red+Green+Blue) = 204+161+140=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 161 (63.28% from 255 or 31.88% from 505); Blue value is 140 (55.08% from 255 or 27.72% from 505); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA18C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA18C is #335E73. Grayscale: #ABABAB. Windows color (decimal): -3366516 or 9216460. OLE color: 9216460.

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

Color convert

RGB 204 161 140 -
CMYK 0 0.21 0.31 0.2
HSL 19.69º 0.39% 0.67% -
HSV(B) 19.69º 0.31% 0.8% -
XYZ 42.38 40.22 30.34 -
YUV 171.46 110.25 151.21 -
System Red Green Blue C M Y K H S L
Decimal 204 161 140 0 0.21 0.31 0.2 19.69 0.39 0.67
Hex CC A1 8C 0 15 1F 14 14 27 43
Octal 314 241 214 0 25 37 24 24 47 103
Binary 11001100 10100001 10001100 0 10101 11111 10100 10100 100111 1000011

Color Harmonies of #CCA18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA18C

Black with #CCA18C

Text Example


Text Example

White with #CCA18C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA18C; }

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

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

background-color css

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

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

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

border-color css

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

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

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