Html Css Color HEX #CE9491 Petite Orchid

📋 copy color: '#CE9491'

red 206 ◦ green 148 ◦ blue 145

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

Shades of Petite Orchid #CE9491

Tints of Petite Orchid #CE9491

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.66%

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

R = 41.28%
G = 29.66%
B = 29.06%

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

#CE9491 (or 0xCE9491) is known color: Petite Orchid. HEX triplet: CE, 94 and 91. RGB value is (206,148,145). Sum of RGB (Red+Green+Blue) = 206+148+145=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 148 (58.20% from 255 or 29.66% from 499); Blue value is 145 (57.03% from 255 or 29.06% from 499); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9491 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9491 is #316B6E. Grayscale: #A5A5A5. Windows color (decimal): -3238767 or 9540814. OLE color: 9540814.

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

Color convert

RGB 206 148 145 -
CMYK 0 0.28 0.30 0.19
HSL 2.95º 0.38% 0.69% -
HSV(B) 2.95º 0.3% 0.81% -
XYZ 41.15 36.35 31.63 -
YUV 165 116.72 157.24 -
System Red Green Blue C M Y K H S L
Decimal 206 148 145 0 0.28 0.30 0.19 2.95 0.38 0.69
Hex CE 94 91 0 1C 1E 13 3 26 45
Octal 316 224 221 0 34 36 23 3 46 105
Binary 11001110 10010100 10010001 0 11100 11110 10011 11 100110 1000101

Color Harmonies of #CE9491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9491

Black with #CE9491

Text Example


Text Example

White with #CE9491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9491; }

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

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

background-color css

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

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

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

border-color css

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

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

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