Html Css Color HEX #CE918A Oriental Pink

📋 copy color: '#CE918A'

red 206 ◦ green 145 ◦ blue 138

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

Shades of Oriental Pink #CE918A

Tints of Oriental Pink #CE918A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.65%

 BLUE value IS 138 (54.3% from 255) = 28.22%

R = 42.13%
G = 29.65%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CE918A (or 0xCE918A) is known color: Oriental Pink. HEX triplet: CE, 91 and 8A. RGB value is (206,145,138). Sum of RGB (Red+Green+Blue) = 206+145+138=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 145 (57.03% from 255 or 29.65% from 489); Blue value is 138 (54.30% from 255 or 28.22% from 489); Max value from RGB is 206 - color contains mainly: red. Hex color #CE918A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE918A is #316E75. Grayscale: #A2A2A2. Windows color (decimal): -3239542 or 9081294. OLE color: 9081294.

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

Color convert

RGB 206 145 138 -
CMYK 0 0.30 0.33 0.19
HSL 6.18º 0.41% 0.67% -
HSV(B) 6.18º 0.33% 0.81% -
XYZ 40.17 35.21 28.72 -
YUV 162.44 114.21 159.07 -
System Red Green Blue C M Y K H S L
Decimal 206 145 138 0 0.30 0.33 0.19 6.18 0.41 0.67
Hex CE 91 8A 0 1E 21 13 6 29 43
Octal 316 221 212 0 36 41 23 6 51 103
Binary 11001110 10010001 10001010 0 11110 100001 10011 110 101001 1000011

Color Harmonies of #CE918A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE918A

Black with #CE918A

Text Example


Text Example

White with #CE918A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE918A; }

 p { color: rgb(206,145,138); }

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

background-color css

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

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

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

border-color css

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

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

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