Html Css Color HEX #CE9A93 Rose

📋 copy color: '#CE9A93'

red 206 ◦ green 154 ◦ blue 147

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

Shades of Rose #CE9A93

Tints of Rose #CE9A93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28.99%

R = 40.63%
G = 30.37%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CE9A93 (or 0xCE9A93) is known color: Rose. HEX triplet: CE, 9A and 93. RGB value is (206,154,147). Sum of RGB (Red+Green+Blue) = 206+154+147=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 154 (60.55% from 255 or 30.37% from 507); Blue value is 147 (57.81% from 255 or 28.99% from 507); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9A93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9A93 is #31656C. Grayscale: #A8A8A8. Windows color (decimal): -3237229 or 9673422. OLE color: 9673422.

HSL color Cylindrical-coordinate representation of color #CE9A93: hue angle of 7.12º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CE9A93 is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 154 147 -
CMYK 0 0.25 0.29 0.19
HSL 7.12º 0.38% 0.69% -
HSV(B) 7.12º 0.29% 0.81% -
XYZ 42.28 38.34 32.78 -
YUV 168.75 115.73 154.57 -
System Red Green Blue C M Y K H S L
Decimal 206 154 147 0 0.25 0.29 0.19 7.12 0.38 0.69
Hex CE 9A 93 0 19 1D 13 7 26 45
Octal 316 232 223 0 31 35 23 7 46 105
Binary 11001110 10011010 10010011 0 11001 11101 10011 111 100110 1000101

Color Harmonies of #CE9A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9A93

Black with #CE9A93

Text Example


Text Example

White with #CE9A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9A93; }

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

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

background-color css

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

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

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

border-color css

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

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

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