Html Css Color HEX #CE9595 Petite Orchid

📋 copy color: '#CE9595'

red 206 ◦ green 149 ◦ blue 149

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

Shades of Petite Orchid #CE9595

Tints of Petite Orchid #CE9595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.56%

R = 40.87%
G = 29.56%
B = 29.56%

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

#CE9595 (or 0xCE9595) is known color: Petite Orchid. HEX triplet: CE, 95 and 95. RGB value is (206,149,149). Sum of RGB (Red+Green+Blue) = 206+149+149=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 149 (58.59% from 255 or 29.56% from 504); Blue value is 149 (58.59% from 255 or 29.56% from 504); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9595 is #316A6A. Grayscale: #A6A6A6. Windows color (decimal): -3238507 or 9803214. OLE color: 9803214.

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

Color convert

RGB 206 149 149 -
CMYK 0 0.28 0.28 0.19
HSL 0.37% 0.7% -
HSV(B) 0.28% 0.81% -
XYZ 41.63 36.79 33.34 -
YUV 166.04 118.38 156.5 -
System Red Green Blue C M Y K H S L
Decimal 206 149 149 0 0.28 0.28 0.19 0 0.37 0.7
Hex CE 95 95 0 1C 1C 13 0 25 46
Octal 316 225 225 0 34 34 23 0 45 106
Binary 11001110 10010101 10010101 0 11100 11100 10011 0 100101 1000110

Color Harmonies of #CE9595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9595

Black with #CE9595

Text Example


Text Example

White with #CE9595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9595; }

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

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

background-color css

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

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

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

border-color css

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

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

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