Html Css Color HEX #CE9890 Petite Orchid

📋 copy color: '#CE9890'

red 206 ◦ green 152 ◦ blue 144

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

Shades of Petite Orchid #CE9890

Tints of Petite Orchid #CE9890

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.28%

 BLUE value IS 144 (56.64% from 255) = 28.69%

R = 41.04%
G = 30.28%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CE9890 (or 0xCE9890) is known color: Petite Orchid. HEX triplet: CE, 98 and 90. RGB value is (206,152,144). Sum of RGB (Red+Green+Blue) = 206+152+144=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 152 (59.77% from 255 or 30.28% from 502); Blue value is 144 (56.64% from 255 or 28.69% from 502); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9890 is #31676F. Grayscale: #A7A7A7. Windows color (decimal): -3237744 or 9476302. OLE color: 9476302.

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

Color convert

RGB 206 152 144 -
CMYK 0 0.26 0.30 0.19
HSL 7.74º 0.39% 0.69% -
HSV(B) 7.74º 0.3% 0.81% -
XYZ 41.72 37.59 31.44 -
YUV 167.23 114.89 155.65 -
System Red Green Blue C M Y K H S L
Decimal 206 152 144 0 0.26 0.30 0.19 7.74 0.39 0.69
Hex CE 98 90 0 1A 1E 13 8 27 45
Octal 316 230 220 0 32 36 23 10 47 105
Binary 11001110 10011000 10010000 0 11010 11110 10011 1000 100111 1000101

Color Harmonies of #CE9890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9890

Black with #CE9890

Text Example


Text Example

White with #CE9890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9890; }

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

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

background-color css

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

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

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

border-color css

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

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

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