Html Css Color HEX #CE9189 Oriental Pink

📋 copy color: '#CE9189'

red 206 ◦ green 145 ◦ blue 137

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

Shades of Oriental Pink #CE9189

Tints of Oriental Pink #CE9189

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.71%

 BLUE value IS 137 (53.91% from 255) = 28.07%

R = 42.21%
G = 29.71%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CE9189 (or 0xCE9189) is known color: Oriental Pink. HEX triplet: CE, 91 and 89. RGB value is (206,145,137). Sum of RGB (Red+Green+Blue) = 206+145+137=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 145 (57.03% from 255 or 29.71% from 488); Blue value is 137 (53.91% from 255 or 28.07% from 488); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9189 is #316E76. Grayscale: #A2A2A2. Windows color (decimal): -3239543 or 9015758. OLE color: 9015758.

HSL color Cylindrical-coordinate representation of color #CE9189: hue angle of 6.96º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CE9189 is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 145 137 -
CMYK 0 0.30 0.33 0.19
HSL 6.96º 0.41% 0.67% -
HSV(B) 6.96º 0.33% 0.81% -
XYZ 40.09 35.18 28.34 -
YUV 162.33 113.71 159.15 -
System Red Green Blue C M Y K H S L
Decimal 206 145 137 0 0.30 0.33 0.19 6.96 0.41 0.67
Hex CE 91 89 0 1E 21 13 7 29 43
Octal 316 221 211 0 36 41 23 7 51 103
Binary 11001110 10010001 10001001 0 11110 100001 10011 111 101001 1000011

Color Harmonies of #CE9189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9189

Black with #CE9189

Text Example


Text Example

White with #CE9189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9189; }

 p { color: rgb(206,145,137); }

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

background-color css

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

 a { background-color: rgb(206,145,137); }

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

border-color css

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

 span { border-color: rgb(206,145,137); }

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