Html Css Color HEX #CE9894 Petite Orchid

📋 copy color: '#CE9894'

red 206 ◦ green 152 ◦ blue 148

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

Shades of Petite Orchid #CE9894

Tints of Petite Orchid #CE9894

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.04%

 BLUE value IS 148 (58.2% from 255) = 29.25%

R = 40.71%
G = 30.04%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CE9894 (or 0xCE9894) is known color: Petite Orchid. HEX triplet: CE, 98 and 94. RGB value is (206,152,148). Sum of RGB (Red+Green+Blue) = 206+152+148=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 152 (59.77% from 255 or 30.04% from 506); Blue value is 148 (58.20% from 255 or 29.25% from 506); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9894 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9894 is #31676B. Grayscale: #A7A7A7. Windows color (decimal): -3237740 or 9738446. OLE color: 9738446.

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

Color convert

RGB 206 152 148 -
CMYK 0 0.26 0.28 0.19
HSL 4.14º 0.37% 0.69% -
HSV(B) 4.14º 0.28% 0.81% -
XYZ 42.03 37.72 33.08 -
YUV 167.69 116.89 155.33 -
System Red Green Blue C M Y K H S L
Decimal 206 152 148 0 0.26 0.28 0.19 4.14 0.37 0.69
Hex CE 98 94 0 1A 1C 13 4 25 45
Octal 316 230 224 0 32 34 23 4 45 105
Binary 11001110 10011000 10010100 0 11010 11100 10011 100 100101 1000101

Color Harmonies of #CE9894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9894

Black with #CE9894

Text Example


Text Example

White with #CE9894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9894; }

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

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

background-color css

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

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

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

border-color css

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

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

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