Html Css Color HEX #CC8D99 Can Can

📋 copy color: '#CC8D99'

red 204 ◦ green 141 ◦ blue 153

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

Shades of Can Can #CC8D99

Tints of Can Can #CC8D99

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.31%

 BLUE value IS 153 (60.16% from 255) = 30.72%

R = 40.96%
G = 28.31%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC8D99 (or 0xCC8D99) is known color: Can Can. HEX triplet: CC, 8D and 99. RGB value is (204,141,153). Sum of RGB (Red+Green+Blue) = 204+141+153=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 141 (55.47% from 255 or 28.31% from 498); Blue value is 153 (60.16% from 255 or 30.72% from 498); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8D99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8D99 is #337266. Grayscale: #A1A1A1. Windows color (decimal): -3371623 or 10063308. OLE color: 10063308.

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

Color convert

RGB 204 141 153 -
CMYK 0 0.31 0.25 0.2
HSL 348.57º 0.38% 0.68% -
HSV(B) 348.57º 0.31% 0.8% -
XYZ 40.18 34.19 34.62 -
YUV 161.21 123.37 158.52 -
System Red Green Blue C M Y K H S L
Decimal 204 141 153 0 0.31 0.25 0.2 348.57 0.38 0.68
Hex CC 8D 99 0 1F 19 14 15D 26 44
Octal 314 215 231 0 37 31 24 535 46 104
Binary 11001100 10001101 10011001 0 11111 11001 10100 101011101 100110 1000100

Color Harmonies of #CC8D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8D99

Black with #CC8D99

Text Example


Text Example

White with #CC8D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8D99; }

 p { color: rgb(204,141,153); }

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

background-color css

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

 a { background-color: rgb(204,141,153); }

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

border-color css

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

 span { border-color: rgb(204,141,153); }

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