Html Css Color HEX #CE9A90 Rose

📋 copy color: '#CE9A90'

red 206 ◦ green 154 ◦ blue 144

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

Shades of Rose #CE9A90

Tints of Rose #CE9A90

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.56%

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

R = 40.87%
G = 30.56%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CE9A90 (or 0xCE9A90) is known color: Rose. HEX triplet: CE, 9A and 90. RGB value is (206,154,144). Sum of RGB (Red+Green+Blue) = 206+154+144=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 154 (60.55% from 255 or 30.56% from 504); Blue value is 144 (56.64% from 255 or 28.57% from 504); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9A90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9A90 is #31656F. Grayscale: #A8A8A8. Windows color (decimal): -3237232 or 9476814. OLE color: 9476814.

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

Color convert

RGB 206 154 144 -
CMYK 0 0.25 0.30 0.19
HSL 9.68º 0.39% 0.69% -
HSV(B) 9.68º 0.3% 0.81% -
XYZ 42.04 38.25 31.55 -
YUV 168.41 114.23 154.81 -
System Red Green Blue C M Y K H S L
Decimal 206 154 144 0 0.25 0.30 0.19 9.68 0.39 0.69
Hex CE 9A 90 0 19 1E 13 A 27 45
Octal 316 232 220 0 31 36 23 12 47 105
Binary 11001110 10011010 10010000 0 11001 11110 10011 1010 100111 1000101

Color Harmonies of #CE9A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9A90

Black with #CE9A90

Text Example


Text Example

White with #CE9A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9A90; }

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

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

background-color css

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

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

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

border-color css

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

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

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