Html Css Color HEX #CE8F89 Oriental Pink

📋 copy color: '#CE8F89'

red 206 ◦ green 143 ◦ blue 137

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

Shades of Oriental Pink #CE8F89

Tints of Oriental Pink #CE8F89

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.42%

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

R = 42.39%
G = 29.42%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CE8F89 (or 0xCE8F89) is known color: Oriental Pink. HEX triplet: CE, 8F and 89. RGB value is (206,143,137). Sum of RGB (Red+Green+Blue) = 206+143+137=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 143 (56.25% from 255 or 29.42% from 486); Blue value is 137 (53.91% from 255 or 28.19% from 486); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8F89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8F89 is #317076. Grayscale: #A1A1A1. Windows color (decimal): -3240055 or 9015246. OLE color: 9015246.

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

Color convert

RGB 206 143 137 -
CMYK 0 0.31 0.33 0.19
HSL 5.22º 0.41% 0.67% -
HSV(B) 5.22º 0.33% 0.81% -
XYZ 39.79 34.57 28.24 -
YUV 161.15 114.37 159.99 -
System Red Green Blue C M Y K H S L
Decimal 206 143 137 0 0.31 0.33 0.19 5.22 0.41 0.67
Hex CE 8F 89 0 1F 21 13 5 29 43
Octal 316 217 211 0 37 41 23 5 51 103
Binary 11001110 10001111 10001001 0 11111 100001 10011 101 101001 1000011

Color Harmonies of #CE8F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8F89

Black with #CE8F89

Text Example


Text Example

White with #CE8F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8F89; }

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

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

background-color css

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

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

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

border-color css

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

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

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