Html Css Color HEX #CE948B Petite Orchid

📋 copy color: '#CE948B'

red 206 ◦ green 148 ◦ blue 139

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

Shades of Petite Orchid #CE948B

Tints of Petite Orchid #CE948B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.19%

R = 41.78%
G = 30.02%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CE948B (or 0xCE948B) is known color: Petite Orchid. HEX triplet: CE, 94 and 8B. RGB value is (206,148,139). Sum of RGB (Red+Green+Blue) = 206+148+139=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 148 (58.20% from 255 or 30.02% from 493); Blue value is 139 (54.69% from 255 or 28.19% from 493); Max value from RGB is 206 - color contains mainly: red. Hex color #CE948B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE948B is #316B74. Grayscale: #A4A4A4. Windows color (decimal): -3238773 or 9147598. OLE color: 9147598.

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

Color convert

RGB 206 148 139 -
CMYK 0 0.28 0.33 0.19
HSL 8.06º 0.41% 0.68% -
HSV(B) 8.06º 0.33% 0.81% -
XYZ 40.7 36.17 29.26 -
YUV 164.32 113.72 157.73 -
System Red Green Blue C M Y K H S L
Decimal 206 148 139 0 0.28 0.33 0.19 8.06 0.41 0.68
Hex CE 94 8B 0 1C 21 13 8 29 44
Octal 316 224 213 0 34 41 23 10 51 104
Binary 11001110 10010100 10001011 0 11100 100001 10011 1000 101001 1000100

Color Harmonies of #CE948B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE948B

Black with #CE948B

Text Example


Text Example

White with #CE948B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE948B; }

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

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

background-color css

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

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

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

border-color css

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

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

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