Html Css Color HEX #CE9591 Petite Orchid

📋 copy color: '#CE9591'

red 206 ◦ green 149 ◦ blue 145

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

Shades of Petite Orchid #CE9591

Tints of Petite Orchid #CE9591

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.8%

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

R = 41.2%
G = 29.8%
B = 29%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CE9591 (or 0xCE9591) is known color: Petite Orchid. HEX triplet: CE, 95 and 91. RGB value is (206,149,145). Sum of RGB (Red+Green+Blue) = 206+149+145=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 149 (58.59% from 255 or 29.8% from 500); Blue value is 145 (57.03% from 255 or 29% from 500); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9591 is #316A6E. Grayscale: #A5A5A5. Windows color (decimal): -3238511 or 9541070. OLE color: 9541070.

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

Color convert

RGB 206 149 145 -
CMYK 0 0.28 0.30 0.19
HSL 3.93º 0.38% 0.69% -
HSV(B) 3.93º 0.3% 0.81% -
XYZ 41.31 36.66 31.69 -
YUV 165.59 116.38 156.83 -
System Red Green Blue C M Y K H S L
Decimal 206 149 145 0 0.28 0.30 0.19 3.93 0.38 0.69
Hex CE 95 91 0 1C 1E 13 4 26 45
Octal 316 225 221 0 34 36 23 4 46 105
Binary 11001110 10010101 10010001 0 11100 11110 10011 100 100110 1000101

Color Harmonies of #CE9591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9591

Black with #CE9591

Text Example


Text Example

White with #CE9591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9591; }

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

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

background-color css

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

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

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

border-color css

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

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

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