Html Css Color HEX #CE9494 Petite Orchid

📋 copy color: '#CE9494'

red 206 ◦ green 148 ◦ blue 148

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

Shades of Petite Orchid #CE9494

Tints of Petite Orchid #CE9494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.48%

R = 41.04%
G = 29.48%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CE9494 (or 0xCE9494) is known color: Petite Orchid. HEX triplet: CE, 94 and 94. RGB value is (206,148,148). Sum of RGB (Red+Green+Blue) = 206+148+148=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 148 (58.20% from 255 or 29.48% from 502); Blue value is 148 (58.20% from 255 or 29.48% from 502); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9494 is #316B6B. Grayscale: #A5A5A5. Windows color (decimal): -3238764 or 9737422. OLE color: 9737422.

HSL color Cylindrical-coordinate representation of color #CE9494: hue angle of 0º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CE9494 is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 148 148 -
CMYK 0 0.28 0.28 0.19
HSL 0.37% 0.69% -
HSV(B) 0.28% 0.81% -
XYZ 41.39 36.44 32.87 -
YUV 165.34 118.22 157 -
System Red Green Blue C M Y K H S L
Decimal 206 148 148 0 0.28 0.28 0.19 0 0.37 0.69
Hex CE 94 94 0 1C 1C 13 0 25 45
Octal 316 224 224 0 34 34 23 0 45 105
Binary 11001110 10010100 10010100 0 11100 11100 10011 0 100101 1000101

Color Harmonies of #CE9494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9494

Black with #CE9494

Text Example


Text Example

White with #CE9494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9494; }

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

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

background-color css

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

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

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

border-color css

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

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

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