Html Css Color HEX #CE6C8B Charm

📋 copy color: '#CE6C8B'

red 206 ◦ green 108 ◦ blue 139

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

Shades of Charm #CE6C8B

Tints of Charm #CE6C8B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.84%

 BLUE value IS 139 (54.69% from 255) = 30.68%

R = 45.47%
G = 23.84%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CE6C8B (or 0xCE6C8B) is known color: Charm. HEX triplet: CE, 6C and 8B. RGB value is (206,108,139). Sum of RGB (Red+Green+Blue) = 206+108+139=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 108 (42.58% from 255 or 23.84% from 453); Blue value is 139 (54.69% from 255 or 30.68% from 453); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6C8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6C8B is #319374. Grayscale: #8C8C8C. Windows color (decimal): -3249013 or 9137358. OLE color: 9137358.

HSL color Cylindrical-coordinate representation of color #CE6C8B: hue angle of 341.02º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE6C8B is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 108 139 -
CMYK 0 0.48 0.33 0.19
HSL 341.02º 0.5% 0.62% -
HSV(B) 341.02º 0.48% 0.81% -
XYZ 35.48 25.71 27.52 -
YUV 140.84 126.97 174.48 -
System Red Green Blue C M Y K H S L
Decimal 206 108 139 0 0.48 0.33 0.19 341.02 0.5 0.62
Hex CE 6C 8B 0 30 21 13 155 32 3E
Octal 316 154 213 0 60 41 23 525 62 76
Binary 11001110 1101100 10001011 0 110000 100001 10011 101010101 110010 111110

Color Harmonies of #CE6C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6C8B

Black with #CE6C8B

Text Example


Text Example

White with #CE6C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6C8B; }

 p { color: rgb(206,108,139); }

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

background-color css

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

 a { background-color: rgb(206,108,139); }

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

border-color css

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

 span { border-color: rgb(206,108,139); }

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