Html Css Color HEX #CE8F8F Oriental Pink

📋 copy color: '#CE8F8F'

red 206 ◦ green 143 ◦ blue 143

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

Shades of Oriental Pink #CE8F8F

Tints of Oriental Pink #CE8F8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.07%

R = 41.87%
G = 29.07%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CE8F8F (or 0xCE8F8F) is known color: Oriental Pink. HEX triplet: CE, 8F and 8F. RGB value is (206,143,143). Sum of RGB (Red+Green+Blue) = 206+143+143=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 143 (56.25% from 255 or 29.07% from 492); Blue value is 143 (56.25% from 255 or 29.07% from 492); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8F8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8F8F is #317070. Grayscale: #A1A1A1. Windows color (decimal): -3240049 or 9408462. OLE color: 9408462.

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

Color convert

RGB 206 143 143 -
CMYK 0 0.31 0.31 0.19
HSL 0.39% 0.68% -
HSV(B) 0.31% 0.81% -
XYZ 40.23 34.75 30.57 -
YUV 161.84 117.37 159.5 -
System Red Green Blue C M Y K H S L
Decimal 206 143 143 0 0.31 0.31 0.19 0 0.39 0.68
Hex CE 8F 8F 0 1F 1F 13 0 27 44
Octal 316 217 217 0 37 37 23 0 47 104
Binary 11001110 10001111 10001111 0 11111 11111 10011 0 100111 1000100

Color Harmonies of #CE8F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8F8F

Black with #CE8F8F

Text Example


Text Example

White with #CE8F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8F8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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