Html Css Color HEX #CE958C Petite Orchid

📋 copy color: '#CE958C'

red 206 ◦ green 149 ◦ blue 140

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

Shades of Petite Orchid #CE958C

Tints of Petite Orchid #CE958C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.28%

R = 41.62%
G = 30.1%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CE958C (or 0xCE958C) is known color: Petite Orchid. HEX triplet: CE, 95 and 8C. RGB value is (206,149,140). Sum of RGB (Red+Green+Blue) = 206+149+140=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 149 (58.59% from 255 or 30.10% from 495); Blue value is 140 (55.08% from 255 or 28.28% from 495); Max value from RGB is 206 - color contains mainly: red. Hex color #CE958C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE958C is #316A73. Grayscale: #A5A5A5. Windows color (decimal): -3238516 or 9213390. OLE color: 9213390.

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

Color convert

RGB 206 149 140 -
CMYK 0 0.28 0.32 0.19
HSL 8.18º 0.4% 0.68% -
HSV(B) 8.18º 0.32% 0.81% -
XYZ 40.93 36.51 29.7 -
YUV 165.02 113.88 157.23 -
System Red Green Blue C M Y K H S L
Decimal 206 149 140 0 0.28 0.32 0.19 8.18 0.4 0.68
Hex CE 95 8C 0 1C 20 13 8 28 44
Octal 316 225 214 0 34 40 23 10 50 104
Binary 11001110 10010101 10001100 0 11100 100000 10011 1000 101000 1000100

Color Harmonies of #CE958C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE958C

Black with #CE958C

Text Example


Text Example

White with #CE958C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE958C; }

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

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

background-color css

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

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

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

border-color css

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

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

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