Html Css Color HEX #CC9099 Can Can

📋 copy color: '#CC9099'

red 204 ◦ green 144 ◦ blue 153

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

Shades of Can Can #CC9099

Tints of Can Can #CC9099

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.74%

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

R = 40.72%
G = 28.74%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC9099 (or 0xCC9099) is known color: Can Can. HEX triplet: CC, 90 and 99. RGB value is (204,144,153). Sum of RGB (Red+Green+Blue) = 204+144+153=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 144 (56.64% from 255 or 28.74% from 501); Blue value is 153 (60.16% from 255 or 30.54% from 501); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9099 is #336F66. Grayscale: #A2A2A2. Windows color (decimal): -3370855 or 10064076. OLE color: 10064076.

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

Color convert

RGB 204 144 153 -
CMYK 0 0.29 0.25 0.2
HSL 351º 0.37% 0.68% -
HSV(B) 351º 0.29% 0.8% -
XYZ 40.62 35.08 34.77 -
YUV 162.97 122.38 157.27 -
System Red Green Blue C M Y K H S L
Decimal 204 144 153 0 0.29 0.25 0.2 351 0.37 0.68
Hex CC 90 99 0 1D 19 14 15F 25 44
Octal 314 220 231 0 35 31 24 537 45 104
Binary 11001100 10010000 10011001 0 11101 11001 10100 101011111 100101 1000100

Color Harmonies of #CC9099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9099

Black with #CC9099

Text Example


Text Example

White with #CC9099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9099; }

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

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

background-color css

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

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

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

border-color css

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

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

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