Html Css Color HEX #CE9290 Petite Orchid

📋 copy color: '#CE9290'

red 206 ◦ green 146 ◦ blue 144

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

Shades of Petite Orchid #CE9290

Tints of Petite Orchid #CE9290

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.44%

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

R = 41.53%
G = 29.44%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CE9290 (or 0xCE9290) is known color: Petite Orchid. HEX triplet: CE, 92 and 90. RGB value is (206,146,144). Sum of RGB (Red+Green+Blue) = 206+146+144=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 146 (57.42% from 255 or 29.44% from 496); Blue value is 144 (56.64% from 255 or 29.03% from 496); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9290 is #316D6F. Grayscale: #A3A3A3. Windows color (decimal): -3239280 or 9474766. OLE color: 9474766.

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

Color convert

RGB 206 146 144 -
CMYK 0 0.29 0.30 0.19
HSL 1.94º 0.39% 0.69% -
HSV(B) 1.94º 0.3% 0.81% -
XYZ 40.77 35.69 31.13 -
YUV 163.71 116.88 158.16 -
System Red Green Blue C M Y K H S L
Decimal 206 146 144 0 0.29 0.30 0.19 1.94 0.39 0.69
Hex CE 92 90 0 1D 1E 13 2 27 45
Octal 316 222 220 0 35 36 23 2 47 105
Binary 11001110 10010010 10010000 0 11101 11110 10011 10 100111 1000101

Color Harmonies of #CE9290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9290

Black with #CE9290

Text Example


Text Example

White with #CE9290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9290; }

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

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

background-color css

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

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

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

border-color css

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

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

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