Html Css Color HEX #CE9388 Oriental Pink

📋 copy color: '#CE9388'

red 206 ◦ green 147 ◦ blue 136

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

Shades of Oriental Pink #CE9388

Tints of Oriental Pink #CE9388

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.06%

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

R = 42.13%
G = 30.06%
B = 27.81%

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

#CE9388 (or 0xCE9388) is known color: Oriental Pink. HEX triplet: CE, 93 and 88. RGB value is (206,147,136). Sum of RGB (Red+Green+Blue) = 206+147+136=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 147 (57.81% from 255 or 30.06% from 489); Blue value is 136 (53.52% from 255 or 27.81% from 489); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9388 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9388 is #316C77. Grayscale: #A3A3A3. Windows color (decimal): -3239032 or 8950734. OLE color: 8950734.

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

Color convert

RGB 206 147 136 -
CMYK 0 0.29 0.34 0.19
HSL 9.43º 0.42% 0.67% -
HSV(B) 9.43º 0.34% 0.81% -
XYZ 40.33 35.77 28.07 -
YUV 163.39 112.55 158.39 -
System Red Green Blue C M Y K H S L
Decimal 206 147 136 0 0.29 0.34 0.19 9.43 0.42 0.67
Hex CE 93 88 0 1D 22 13 9 2A 43
Octal 316 223 210 0 35 42 23 11 52 103
Binary 11001110 10010011 10001000 0 11101 100010 10011 1001 101010 1000011

Color Harmonies of #CE9388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9388

Black with #CE9388

Text Example


Text Example

White with #CE9388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9388; }

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

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

background-color css

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

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

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

border-color css

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

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

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