Html Css Color HEX #CE948C Petite Orchid

📋 copy color: '#CE948C'

red 206 ◦ green 148 ◦ blue 140

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

Shades of Petite Orchid #CE948C

Tints of Petite Orchid #CE948C

RGB

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

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

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

R = 41.7%
G = 29.96%
B = 28.34%

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

#CE948C (or 0xCE948C) is known color: Petite Orchid. HEX triplet: CE, 94 and 8C. RGB value is (206,148,140). Sum of RGB (Red+Green+Blue) = 206+148+140=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 148 (58.20% from 255 or 29.96% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 206 - color contains mainly: red. Hex color #CE948C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE948C is #316B73. Grayscale: #A4A4A4. Windows color (decimal): -3238772 or 9213134. OLE color: 9213134.

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

Color convert

RGB 206 148 140 -
CMYK 0 0.28 0.32 0.19
HSL 7.27º 0.4% 0.68% -
HSV(B) 7.27º 0.32% 0.81% -
XYZ 40.78 36.2 29.65 -
YUV 164.43 114.22 157.65 -
System Red Green Blue C M Y K H S L
Decimal 206 148 140 0 0.28 0.32 0.19 7.27 0.4 0.68
Hex CE 94 8C 0 1C 20 13 7 28 44
Octal 316 224 214 0 34 40 23 7 50 104
Binary 11001110 10010100 10001100 0 11100 100000 10011 111 101000 1000100

Color Harmonies of #CE948C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE948C

Black with #CE948C

Text Example


Text Example

White with #CE948C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE948C; }

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

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

background-color css

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

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

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

border-color css

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

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

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