Html Css Color HEX #CE958E Petite Orchid

📋 copy color: '#CE958E'

red 206 ◦ green 149 ◦ blue 142

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

Shades of Petite Orchid #CE958E

Tints of Petite Orchid #CE958E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.57%

R = 41.45%
G = 29.98%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CE958E (or 0xCE958E) is known color: Petite Orchid. HEX triplet: CE, 95 and 8E. RGB value is (206,149,142). Sum of RGB (Red+Green+Blue) = 206+149+142=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 149 (58.59% from 255 or 29.98% from 497); Blue value is 142 (55.86% from 255 or 28.57% from 497); Max value from RGB is 206 - color contains mainly: red. Hex color #CE958E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE958E is #316A71. Grayscale: #A5A5A5. Windows color (decimal): -3238514 or 9344462. OLE color: 9344462.

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

Color convert

RGB 206 149 142 -
CMYK 0 0.28 0.31 0.19
HSL 6.56º 0.4% 0.68% -
HSV(B) 6.56º 0.31% 0.81% -
XYZ 41.08 36.57 30.48 -
YUV 165.25 114.88 157.07 -
System Red Green Blue C M Y K H S L
Decimal 206 149 142 0 0.28 0.31 0.19 6.56 0.4 0.68
Hex CE 95 8E 0 1C 1F 13 7 28 44
Octal 316 225 216 0 34 37 23 7 50 104
Binary 11001110 10010101 10001110 0 11100 11111 10011 111 101000 1000100

Color Harmonies of #CE958E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE958E

Black with #CE958E

Text Example


Text Example

White with #CE958E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE958E; }

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

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

background-color css

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

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

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

border-color css

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

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

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