Html Css Color HEX #CC9990 Rose

📋 copy color: '#CC9990'

red 204 ◦ green 153 ◦ blue 144

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

Shades of Rose #CC9990

Tints of Rose #CC9990

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CC9990 (or 0xCC9990) is known color: Rose. HEX triplet: CC, 99 and 90. RGB value is (204,153,144). Sum of RGB (Red+Green+Blue) = 204+153+144=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 153 (60.16% from 255 or 30.54% from 501); Blue value is 144 (56.64% from 255 or 28.74% from 501); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9990 is #33666F. Grayscale: #A7A7A7. Windows color (decimal): -3368560 or 9476556. OLE color: 9476556.

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

Color convert

RGB 204 153 144 -
CMYK 0 0.25 0.29 0.2
HSL 0.37% 0.68% -
HSV(B) 0.29% 0.8% -
XYZ 41.33 37.63 31.47 -
YUV 167.22 114.9 154.23 -
System Red Green Blue C M Y K H S L
Decimal 204 153 144 0 0.25 0.29 0.2 9 0.37 0.68
Hex CC 99 90 0 19 1D 14 9 25 44
Octal 314 231 220 0 31 35 24 11 45 104
Binary 11001100 10011001 10010000 0 11001 11101 10100 1001 100101 1000100

Color Harmonies of #CC9990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9990

Black with #CC9990

Text Example


Text Example

White with #CC9990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9990; }

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

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

background-color css

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

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

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

border-color css

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

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

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