Html Css Color HEX #CE8085 Charm

📋 copy color: '#CE8085'

red 206 ◦ green 128 ◦ blue 133

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

Shades of Charm #CE8085

Tints of Charm #CE8085

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.41%

 BLUE value IS 133 (52.34% from 255) = 28.48%

R = 44.11%
G = 27.41%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#CE8085 (or 0xCE8085) is known color: Charm. HEX triplet: CE, 80 and 85. RGB value is (206,128,133). Sum of RGB (Red+Green+Blue) = 206+128+133=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 128 (50.39% from 255 or 27.41% from 467); Blue value is 133 (52.34% from 255 or 28.48% from 467); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8085 is #317F7A. Grayscale: #979797. Windows color (decimal): -3243899 or 8749262. OLE color: 8749262.

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

Color convert

RGB 206 128 133 -
CMYK 0 0.38 0.35 0.19
HSL 356.15º 0.44% 0.65% -
HSV(B) 356.15º 0.38% 0.81% -
XYZ 37.41 30.25 26.06 -
YUV 151.89 117.34 166.59 -
System Red Green Blue C M Y K H S L
Decimal 206 128 133 0 0.38 0.35 0.19 356.15 0.44 0.65
Hex CE 80 85 0 26 23 13 164 2C 41
Octal 316 200 205 0 46 43 23 544 54 101
Binary 11001110 10000000 10000101 0 100110 100011 10011 101100100 101100 1000001

Color Harmonies of #CE8085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8085

Black with #CE8085

Text Example


Text Example

White with #CE8085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8085; }

 p { color: rgb(206,128,133); }

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

background-color css

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

 a { background-color: rgb(206,128,133); }

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

border-color css

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

 span { border-color: rgb(206,128,133); }

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