Html Css Color HEX #CE9691 Petite Orchid

📋 copy color: '#CE9691'

red 206 ◦ green 150 ◦ blue 145

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

Shades of Petite Orchid #CE9691

Tints of Petite Orchid #CE9691

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.94%

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

R = 41.12%
G = 29.94%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CE9691 (or 0xCE9691) is known color: Petite Orchid. HEX triplet: CE, 96 and 91. RGB value is (206,150,145). Sum of RGB (Red+Green+Blue) = 206+150+145=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 150 (58.98% from 255 or 29.94% from 501); Blue value is 145 (57.03% from 255 or 28.94% from 501); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9691 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9691 is #31696E. Grayscale: #A6A6A6. Windows color (decimal): -3238255 or 9541326. OLE color: 9541326.

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

Color convert

RGB 206 150 145 -
CMYK 0 0.27 0.30 0.19
HSL 4.92º 0.38% 0.69% -
HSV(B) 4.92º 0.3% 0.81% -
XYZ 41.47 36.98 31.74 -
YUV 166.17 116.05 156.41 -
System Red Green Blue C M Y K H S L
Decimal 206 150 145 0 0.27 0.30 0.19 4.92 0.38 0.69
Hex CE 96 91 0 1B 1E 13 5 26 45
Octal 316 226 221 0 33 36 23 5 46 105
Binary 11001110 10010110 10010001 0 11011 11110 10011 101 100110 1000101

Color Harmonies of #CE9691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9691

Black with #CE9691

Text Example


Text Example

White with #CE9691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9691; }

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

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

background-color css

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

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

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

border-color css

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

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

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