Html Css Color HEX #CE908E Oriental Pink

📋 copy color: '#CE908E'

red 206 ◦ green 144 ◦ blue 142

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

Shades of Oriental Pink #CE908E

Tints of Oriental Pink #CE908E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.27%

 BLUE value IS 142 (55.86% from 255) = 28.86%

R = 41.87%
G = 29.27%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CE908E (or 0xCE908E) is known color: Oriental Pink. HEX triplet: CE, 90 and 8E. RGB value is (206,144,142). Sum of RGB (Red+Green+Blue) = 206+144+142=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 144 (56.64% from 255 or 29.27% from 492); Blue value is 142 (55.86% from 255 or 28.86% from 492); Max value from RGB is 206 - color contains mainly: red. Hex color #CE908E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE908E is #316F71. Grayscale: #A2A2A2. Windows color (decimal): -3239794 or 9343182. OLE color: 9343182.

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

Color convert

RGB 206 144 142 -
CMYK 0 0.30 0.31 0.19
HSL 1.88º 0.4% 0.68% -
HSV(B) 1.88º 0.31% 0.81% -
XYZ 40.31 35.02 30.23 -
YUV 162.31 116.54 159.16 -
System Red Green Blue C M Y K H S L
Decimal 206 144 142 0 0.30 0.31 0.19 1.88 0.4 0.68
Hex CE 90 8E 0 1E 1F 13 2 28 44
Octal 316 220 216 0 36 37 23 2 50 104
Binary 11001110 10010000 10001110 0 11110 11111 10011 10 101000 1000100

Color Harmonies of #CE908E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE908E

Black with #CE908E

Text Example


Text Example

White with #CE908E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE908E; }

 p { color: rgb(206,144,142); }

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

background-color css

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

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

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

border-color css

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

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

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