Html Css Color HEX #CE9690 Petite Orchid

📋 copy color: '#CE9690'

red 206 ◦ green 150 ◦ blue 144

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

Shades of Petite Orchid #CE9690

Tints of Petite Orchid #CE9690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.8%

R = 41.2%
G = 30%
B = 28.8%

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

#CE9690 (or 0xCE9690) is known color: Petite Orchid. HEX triplet: CE, 96 and 90. RGB value is (206,150,144). Sum of RGB (Red+Green+Blue) = 206+150+144=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 150 (58.98% from 255 or 30% from 500); Blue value is 144 (56.64% from 255 or 28.8% from 500); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9690 is #31696F. Grayscale: #A6A6A6. Windows color (decimal): -3238256 or 9475790. OLE color: 9475790.

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

Color convert

RGB 206 150 144 -
CMYK 0 0.27 0.30 0.19
HSL 5.81º 0.39% 0.69% -
HSV(B) 5.81º 0.3% 0.81% -
XYZ 41.39 36.95 31.34 -
YUV 166.06 115.55 156.49 -
System Red Green Blue C M Y K H S L
Decimal 206 150 144 0 0.27 0.30 0.19 5.81 0.39 0.69
Hex CE 96 90 0 1B 1E 13 6 27 45
Octal 316 226 220 0 33 36 23 6 47 105
Binary 11001110 10010110 10010000 0 11011 11110 10011 110 100111 1000101

Color Harmonies of #CE9690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9690

Black with #CE9690

Text Example


Text Example

White with #CE9690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9690; }

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

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

background-color css

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

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

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

border-color css

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

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

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