Html Css Color HEX #CE9796 Petite Orchid

📋 copy color: '#CE9796'

red 206 ◦ green 151 ◦ blue 150

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

Shades of Petite Orchid #CE9796

Tints of Petite Orchid #CE9796

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.78%

 BLUE value IS 150 (58.98% from 255) = 29.59%

R = 40.63%
G = 29.78%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#CE9796 (or 0xCE9796) is known color: Petite Orchid. HEX triplet: CE, 97 and 96. RGB value is (206,151,150). Sum of RGB (Red+Green+Blue) = 206+151+150=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 151 (59.38% from 255 or 29.78% from 507); Blue value is 150 (58.98% from 255 or 29.59% from 507); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9796 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9796 is #316869. Grayscale: #A7A7A7. Windows color (decimal): -3237994 or 9869262. OLE color: 9869262.

HSL color Cylindrical-coordinate representation of color #CE9796: hue angle of 1.07º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CE9796 is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 151 150 -
CMYK 0 0.27 0.27 0.19
HSL 1.07º 0.36% 0.7% -
HSV(B) 1.07º 0.27% 0.81% -
XYZ 42.03 37.46 33.87 -
YUV 167.33 118.22 155.58 -
System Red Green Blue C M Y K H S L
Decimal 206 151 150 0 0.27 0.27 0.19 1.07 0.36 0.7
Hex CE 97 96 0 1B 1B 13 1 24 46
Octal 316 227 226 0 33 33 23 1 44 106
Binary 11001110 10010111 10010110 0 11011 11011 10011 1 100100 1000110

Color Harmonies of #CE9796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9796

Black with #CE9796

Text Example


Text Example

White with #CE9796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9796; }

 p { color: rgb(206,151,150); }

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

background-color css

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

 a { background-color: rgb(206,151,150); }

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

border-color css

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

 span { border-color: rgb(206,151,150); }

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