Html Css Color HEX #CE9990 Rose

📋 copy color: '#CE9990'

red 206 ◦ green 153 ◦ blue 144

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

Shades of Rose #CE9990

Tints of Rose #CE9990

RGB

 RED value IS 206 (80.86% from 255) = 40.95%

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

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

R = 40.95%
G = 30.42%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CE9990 (or 0xCE9990) is known color: Rose. HEX triplet: CE, 99 and 90. RGB value is (206,153,144). Sum of RGB (Red+Green+Blue) = 206+153+144=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 144 (56.64% from 255 or 28.63% from 503); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9990 is #31666F. Grayscale: #A7A7A7. Windows color (decimal): -3237488 or 9476558. OLE color: 9476558.

HSL color Cylindrical-coordinate representation of color #CE9990: hue angle of 8.71º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CE9990 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 153 144 -
CMYK 0 0.26 0.30 0.19
HSL 8.71º 0.39% 0.69% -
HSV(B) 8.71º 0.3% 0.81% -
XYZ 41.88 37.92 31.5 -
YUV 167.82 114.56 155.23 -
System Red Green Blue C M Y K H S L
Decimal 206 153 144 0 0.26 0.30 0.19 8.71 0.39 0.69
Hex CE 99 90 0 1A 1E 13 9 27 45
Octal 316 231 220 0 32 36 23 11 47 105
Binary 11001110 10011001 10010000 0 11010 11110 10011 1001 100111 1000101

Color Harmonies of #CE9990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9990

Black with #CE9990

Text Example


Text Example

White with #CE9990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9990; }

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

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

background-color css

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

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

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

border-color css

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

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

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