Html Css Color HEX #CE928C Oriental Pink

📋 copy color: '#CE928C'

red 206 ◦ green 146 ◦ blue 140

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

Shades of Oriental Pink #CE928C

Tints of Oriental Pink #CE928C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.67%

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

R = 41.87%
G = 29.67%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CE928C (or 0xCE928C) is known color: Oriental Pink. HEX triplet: CE, 92 and 8C. RGB value is (206,146,140). Sum of RGB (Red+Green+Blue) = 206+146+140=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 146 (57.42% from 255 or 29.67% from 492); Blue value is 140 (55.08% from 255 or 28.46% from 492); Max value from RGB is 206 - color contains mainly: red. Hex color #CE928C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE928C is #316D73. Grayscale: #A3A3A3. Windows color (decimal): -3239284 or 9212622. OLE color: 9212622.

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

Color convert

RGB 206 146 140 -
CMYK 0 0.29 0.32 0.19
HSL 5.45º 0.4% 0.68% -
HSV(B) 5.45º 0.32% 0.81% -
XYZ 40.47 35.57 29.54 -
YUV 163.26 114.88 158.49 -
System Red Green Blue C M Y K H S L
Decimal 206 146 140 0 0.29 0.32 0.19 5.45 0.4 0.68
Hex CE 92 8C 0 1D 20 13 5 28 44
Octal 316 222 214 0 35 40 23 5 50 104
Binary 11001110 10010010 10001100 0 11101 100000 10011 101 101000 1000100

Color Harmonies of #CE928C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE928C

Black with #CE928C

Text Example


Text Example

White with #CE928C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE928C; }

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

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

background-color css

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

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

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

border-color css

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

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

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