Html Css Color HEX #CD9E90 Rose

📋 copy color: '#CD9E90'

red 205 ◦ green 158 ◦ blue 144

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

Shades of Rose #CD9E90

Tints of Rose #CD9E90

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.16%

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

R = 40.43%
G = 31.16%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CD9E90 (or 0xCD9E90) is known color: Rose. HEX triplet: CD, 9E and 90. RGB value is (205,158,144). Sum of RGB (Red+Green+Blue) = 205+158+144=507 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.43% from 507); Green value is 158 (62.11% from 255 or 31.16% from 507); Blue value is 144 (56.64% from 255 or 28.40% from 507); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9E90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9E90 is #32616F. Grayscale: #AAAAAA. Windows color (decimal): -3301744 or 9477837. OLE color: 9477837.

HSL color Cylindrical-coordinate representation of color #CD9E90: hue angle of 13.77º 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 #CD9E90 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 158 144 -
CMYK 0 0.23 0.30 0.20
HSL 13.77º 0.38% 0.68% -
HSV(B) 13.77º 0.3% 0.8% -
XYZ 42.44 39.45 31.76 -
YUV 170.46 113.07 152.64 -
System Red Green Blue C M Y K H S L
Decimal 205 158 144 0 0.23 0.30 0.20 13.77 0.38 0.68
Hex CD 9E 90 0 17 1E 14 E 26 44
Octal 315 236 220 0 27 36 24 16 46 104
Binary 11001101 10011110 10010000 0 10111 11110 10100 1110 100110 1000100

Color Harmonies of #CD9E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9E90

Black with #CD9E90

Text Example


Text Example

White with #CD9E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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