Html Css Color HEX #CD9990 Rose

📋 copy color: '#CD9990'

red 205 ◦ green 153 ◦ blue 144

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

Shades of Rose #CD9990

Tints of Rose #CD9990

RGB

 RED value IS 205 (80.47% from 255) = 40.84%

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

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

R = 40.84%
G = 30.48%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CD9990 (or 0xCD9990) is known color: Rose. HEX triplet: CD, 99 and 90. RGB value is (205,153,144). Sum of RGB (Red+Green+Blue) = 205+153+144=502 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.84% from 502); Green value is 153 (60.16% from 255 or 30.48% from 502); Blue value is 144 (56.64% from 255 or 28.69% from 502); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9990 is #32666F. Grayscale: #A7A7A7. Windows color (decimal): -3303024 or 9476557. OLE color: 9476557.

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

Color convert

RGB 205 153 144 -
CMYK 0 0.25 0.30 0.20
HSL 8.85º 0.38% 0.68% -
HSV(B) 8.85º 0.3% 0.8% -
XYZ 41.6 37.78 31.48 -
YUV 167.52 114.73 154.73 -
System Red Green Blue C M Y K H S L
Decimal 205 153 144 0 0.25 0.30 0.20 8.85 0.38 0.68
Hex CD 99 90 0 19 1E 14 9 26 44
Octal 315 231 220 0 31 36 24 11 46 104
Binary 11001101 10011001 10010000 0 11001 11110 10100 1001 100110 1000100

Color Harmonies of #CD9990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9990

Black with #CD9990

Text Example


Text Example

White with #CD9990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9990; }

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

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

background-color css

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

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

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

border-color css

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

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

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