Html Css Color HEX #CE9893 Petite Orchid

📋 copy color: '#CE9893'

red 206 ◦ green 152 ◦ blue 147

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

Shades of Petite Orchid #CE9893

Tints of Petite Orchid #CE9893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 29.11%

R = 40.79%
G = 30.1%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CE9893 (or 0xCE9893) is known color: Petite Orchid. HEX triplet: CE, 98 and 93. RGB value is (206,152,147). Sum of RGB (Red+Green+Blue) = 206+152+147=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 152 (59.77% from 255 or 30.10% from 505); Blue value is 147 (57.81% from 255 or 29.11% from 505); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9893 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9893 is #31676C. Grayscale: #A7A7A7. Windows color (decimal): -3237741 or 9672910. OLE color: 9672910.

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

Color convert

RGB 206 152 147 -
CMYK 0 0.26 0.29 0.19
HSL 5.08º 0.38% 0.69% -
HSV(B) 5.08º 0.29% 0.81% -
XYZ 41.95 37.68 32.67 -
YUV 167.58 116.39 155.41 -
System Red Green Blue C M Y K H S L
Decimal 206 152 147 0 0.26 0.29 0.19 5.08 0.38 0.69
Hex CE 98 93 0 1A 1D 13 5 26 45
Octal 316 230 223 0 32 35 23 5 46 105
Binary 11001110 10011000 10010011 0 11010 11101 10011 101 100110 1000101

Color Harmonies of #CE9893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9893

Black with #CE9893

Text Example


Text Example

White with #CE9893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9893; }

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

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

background-color css

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

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

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

border-color css

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

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

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