Html Css Color HEX #CE9288 Oriental Pink

📋 copy color: '#CE9288'

red 206 ◦ green 146 ◦ blue 136

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

Shades of Oriental Pink #CE9288

Tints of Oriental Pink #CE9288

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.92%

 BLUE value IS 136 (53.52% from 255) = 27.87%

R = 42.21%
G = 29.92%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0.19

RGB Variations

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

Color information

#CE9288 (or 0xCE9288) is known color: Oriental Pink. HEX triplet: CE, 92 and 88. RGB value is (206,146,136). Sum of RGB (Red+Green+Blue) = 206+146+136=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 146 (57.42% from 255 or 29.92% from 488); Blue value is 136 (53.52% from 255 or 27.87% from 488); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9288 is #316D77. Grayscale: #A2A2A2. Windows color (decimal): -3239288 or 8950478. OLE color: 8950478.

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

Color convert

RGB 206 146 136 -
CMYK 0 0.29 0.34 0.19
HSL 8.57º 0.42% 0.67% -
HSV(B) 8.57º 0.34% 0.81% -
XYZ 40.18 35.46 28.02 -
YUV 162.8 112.88 158.81 -
System Red Green Blue C M Y K H S L
Decimal 206 146 136 0 0.29 0.34 0.19 8.57 0.42 0.67
Hex CE 92 88 0 1D 22 13 9 2A 43
Octal 316 222 210 0 35 42 23 11 52 103
Binary 11001110 10010010 10001000 0 11101 100010 10011 1001 101010 1000011

Color Harmonies of #CE9288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9288

Black with #CE9288

Text Example


Text Example

White with #CE9288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9288; }

 p { color: rgb(206,146,136); }

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

background-color css

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

 a { background-color: rgb(206,146,136); }

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

border-color css

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

 span { border-color: rgb(206,146,136); }

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