Html Css Color HEX #CE8F8C Oriental Pink

📋 copy color: '#CE8F8C'

red 206 ◦ green 143 ◦ blue 140

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

Shades of Oriental Pink #CE8F8C

Tints of Oriental Pink #CE8F8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.63%

R = 42.13%
G = 29.24%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CE8F8C (or 0xCE8F8C) is known color: Oriental Pink. HEX triplet: CE, 8F and 8C. RGB value is (206,143,140). Sum of RGB (Red+Green+Blue) = 206+143+140=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 143 (56.25% from 255 or 29.24% from 489); Blue value is 140 (55.08% from 255 or 28.63% from 489); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8F8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8F8C is #317073. Grayscale: #A1A1A1. Windows color (decimal): -3240052 or 9211854. OLE color: 9211854.

HSL color Cylindrical-coordinate representation of color #CE8F8C: hue angle of 2.73º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CE8F8C is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 143 140 -
CMYK 0 0.31 0.32 0.19
HSL 2.73º 0.4% 0.68% -
HSV(B) 2.73º 0.32% 0.81% -
XYZ 40.01 34.66 29.39 -
YUV 161.5 115.87 159.74 -
System Red Green Blue C M Y K H S L
Decimal 206 143 140 0 0.31 0.32 0.19 2.73 0.4 0.68
Hex CE 8F 8C 0 1F 20 13 3 28 44
Octal 316 217 214 0 37 40 23 3 50 104
Binary 11001110 10001111 10001100 0 11111 100000 10011 11 101000 1000100

Color Harmonies of #CE8F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8F8C

Black with #CE8F8C

Text Example


Text Example

White with #CE8F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8F8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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