Html Css Color HEX #CE9792 Petite Orchid

📋 copy color: '#CE9792'

red 206 ◦ green 151 ◦ blue 146

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

Shades of Petite Orchid #CE9792

Tints of Petite Orchid #CE9792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.03%

R = 40.95%
G = 30.02%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CE9792 (or 0xCE9792) is known color: Petite Orchid. HEX triplet: CE, 97 and 92. RGB value is (206,151,146). Sum of RGB (Red+Green+Blue) = 206+151+146=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 151 (59.38% from 255 or 30.02% from 503); Blue value is 146 (57.42% from 255 or 29.03% from 503); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9792 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9792 is #31686D. Grayscale: #A6A6A6. Windows color (decimal): -3237998 or 9607118. OLE color: 9607118.

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

Color convert

RGB 206 151 146 -
CMYK 0 0.27 0.29 0.19
HSL 0.38% 0.69% -
HSV(B) 0.29% 0.81% -
XYZ 41.71 37.33 32.2 -
YUV 166.88 116.22 155.91 -
System Red Green Blue C M Y K H S L
Decimal 206 151 146 0 0.27 0.29 0.19 5 0.38 0.69
Hex CE 97 92 0 1B 1D 13 5 26 45
Octal 316 227 222 0 33 35 23 5 46 105
Binary 11001110 10010111 10010010 0 11011 11101 10011 101 100110 1000101

Color Harmonies of #CE9792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9792

Black with #CE9792

Text Example


Text Example

White with #CE9792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9792; }

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

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

background-color css

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

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

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

border-color css

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

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

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