Html Css Color HEX #CE6A83 Charm

📋 copy color: '#CE6A83'

red 206 ◦ green 106 ◦ blue 131

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

Shades of Charm #CE6A83

Tints of Charm #CE6A83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 29.57%

R = 46.5%
G = 23.93%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#CE6A83 (or 0xCE6A83) is known color: Charm. HEX triplet: CE, 6A and 83. RGB value is (206,106,131). Sum of RGB (Red+Green+Blue) = 206+106+131=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 106 (41.80% from 255 or 23.93% from 443); Blue value is 131 (51.56% from 255 or 29.57% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6A83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6A83 is #31957C. Grayscale: #8A8A8A. Windows color (decimal): -3249533 or 8612558. OLE color: 8612558.

HSL color Cylindrical-coordinate representation of color #CE6A83: hue angle of 345º 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 #CE6A83 is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 106 131 -
CMYK 0 0.49 0.36 0.19
HSL 345º 0.51% 0.61% -
HSV(B) 345º 0.49% 0.81% -
XYZ 34.7 25.07 24.48 -
YUV 138.75 123.63 175.97 -
System Red Green Blue C M Y K H S L
Decimal 206 106 131 0 0.49 0.36 0.19 345 0.51 0.61
Hex CE 6A 83 0 31 24 13 159 33 3D
Octal 316 152 203 0 61 44 23 531 63 75
Binary 11001110 1101010 10000011 0 110001 100100 10011 101011001 110011 111101

Color Harmonies of #CE6A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6A83

Black with #CE6A83

Text Example


Text Example

White with #CE6A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6A83; }

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

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

background-color css

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

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

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

border-color css

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

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

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