Html Css Color HEX #CE708B Charm

📋 copy color: '#CE708B'

red 206 ◦ green 112 ◦ blue 139

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

Shades of Charm #CE708B

Tints of Charm #CE708B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.51%

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

R = 45.08%
G = 24.51%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CE708B (or 0xCE708B) is known color: Charm. HEX triplet: CE, 70 and 8B. RGB value is (206,112,139). Sum of RGB (Red+Green+Blue) = 206+112+139=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 112 (44.14% from 255 or 24.51% from 457); Blue value is 139 (54.69% from 255 or 30.42% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CE708B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE708B is #318F74. Grayscale: #8F8F8F. Windows color (decimal): -3247989 or 9138382. OLE color: 9138382.

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

Color convert

RGB 206 112 139 -
CMYK 0 0.46 0.33 0.19
HSL 342.77º 0.49% 0.62% -
HSV(B) 342.77º 0.46% 0.81% -
XYZ 35.91 26.57 27.66 -
YUV 143.18 125.64 172.8 -
System Red Green Blue C M Y K H S L
Decimal 206 112 139 0 0.46 0.33 0.19 342.77 0.49 0.62
Hex CE 70 8B 0 2E 21 13 157 31 3E
Octal 316 160 213 0 56 41 23 527 61 76
Binary 11001110 1110000 10001011 0 101110 100001 10011 101010111 110001 111110

Color Harmonies of #CE708B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE708B

Black with #CE708B

Text Example


Text Example

White with #CE708B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE708B; }

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

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

background-color css

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

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

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

border-color css

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

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

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