Html Css Color HEX #CE6A85 Charm

📋 copy color: '#CE6A85'

red 206 ◦ green 106 ◦ blue 133

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

Shades of Charm #CE6A85

Tints of Charm #CE6A85

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.82%

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

R = 46.29%
G = 23.82%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#CE6A85 (or 0xCE6A85) is known color: Charm. HEX triplet: CE, 6A and 85. RGB value is (206,106,133). Sum of RGB (Red+Green+Blue) = 206+106+133=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 106 (41.80% from 255 or 23.82% from 445); Blue value is 133 (52.34% from 255 or 29.89% from 445); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6A85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6A85 is #31957A. Grayscale: #8A8A8A. Windows color (decimal): -3249531 or 8743630. OLE color: 8743630.

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

Color convert

RGB 206 106 133 -
CMYK 0 0.49 0.35 0.19
HSL 343.8º 0.51% 0.61% -
HSV(B) 343.8º 0.49% 0.81% -
XYZ 34.84 25.12 25.2 -
YUV 138.98 124.63 175.8 -
System Red Green Blue C M Y K H S L
Decimal 206 106 133 0 0.49 0.35 0.19 343.8 0.51 0.61
Hex CE 6A 85 0 31 23 13 158 33 3D
Octal 316 152 205 0 61 43 23 530 63 75
Binary 11001110 1101010 10000101 0 110001 100011 10011 101011000 110011 111101

Color Harmonies of #CE6A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6A85

Black with #CE6A85

Text Example


Text Example

White with #CE6A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6A85; }

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

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

background-color css

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

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

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

border-color css

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

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

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