Html Css Color HEX #CE9891 Petite Orchid

📋 copy color: '#CE9891'

red 206 ◦ green 152 ◦ blue 145

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

Shades of Petite Orchid #CE9891

Tints of Petite Orchid #CE9891

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 28.83%

R = 40.95%
G = 30.22%
B = 28.83%

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

#CE9891 (or 0xCE9891) is known color: Petite Orchid. HEX triplet: CE, 98 and 91. RGB value is (206,152,145). Sum of RGB (Red+Green+Blue) = 206+152+145=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 152 (59.77% from 255 or 30.22% from 503); Blue value is 145 (57.03% from 255 or 28.83% from 503); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9891 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9891 is #31676E. Grayscale: #A7A7A7. Windows color (decimal): -3237743 or 9541838. OLE color: 9541838.

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

Color convert

RGB 206 152 145 -
CMYK 0 0.26 0.30 0.19
HSL 6.89º 0.38% 0.69% -
HSV(B) 6.89º 0.3% 0.81% -
XYZ 41.79 37.62 31.85 -
YUV 167.35 115.39 155.57 -
System Red Green Blue C M Y K H S L
Decimal 206 152 145 0 0.26 0.30 0.19 6.89 0.38 0.69
Hex CE 98 91 0 1A 1E 13 7 26 45
Octal 316 230 221 0 32 36 23 7 46 105
Binary 11001110 10011000 10010001 0 11010 11110 10011 111 100110 1000101

Color Harmonies of #CE9891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9891

Black with #CE9891

Text Example


Text Example

White with #CE9891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9891; }

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

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

background-color css

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

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

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

border-color css

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

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

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