Html Css Color HEX #CE9594 Petite Orchid

📋 copy color: '#CE9594'

red 206 ◦ green 149 ◦ blue 148

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

Shades of Petite Orchid #CE9594

Tints of Petite Orchid #CE9594

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.62%

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

R = 40.95%
G = 29.62%
B = 29.42%

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

#CE9594 (or 0xCE9594) is known color: Petite Orchid. HEX triplet: CE, 95 and 94. RGB value is (206,149,148). Sum of RGB (Red+Green+Blue) = 206+149+148=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 149 (58.59% from 255 or 29.62% from 503); Blue value is 148 (58.20% from 255 or 29.42% from 503); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9594 is #316A6B. Grayscale: #A5A5A5. Windows color (decimal): -3238508 or 9737678. OLE color: 9737678.

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

Color convert

RGB 206 149 148 -
CMYK 0 0.28 0.28 0.19
HSL 1.03º 0.37% 0.69% -
HSV(B) 1.03º 0.28% 0.81% -
XYZ 41.55 36.75 32.92 -
YUV 165.93 117.88 156.58 -
System Red Green Blue C M Y K H S L
Decimal 206 149 148 0 0.28 0.28 0.19 1.03 0.37 0.69
Hex CE 95 94 0 1C 1C 13 1 25 45
Octal 316 225 224 0 34 34 23 1 45 105
Binary 11001110 10010101 10010100 0 11100 11100 10011 1 100101 1000101

Color Harmonies of #CE9594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9594

Black with #CE9594

Text Example


Text Example

White with #CE9594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9594; }

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

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

background-color css

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

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

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

border-color css

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

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

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