Html Css Color HEX #CF708D Charm

📋 copy color: '#CF708D'

red 207 ◦ green 112 ◦ blue 141

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

Shades of Charm #CF708D

Tints of Charm #CF708D

RGB

 RED value IS 207 (81.25% from 255) = 45%

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

 BLUE value IS 141 (55.47% from 255) = 30.65%

R = 45%
G = 24.35%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CF708D (or 0xCF708D) is known color: Charm. HEX triplet: CF, 70 and 8D. RGB value is (207,112,141). Sum of RGB (Red+Green+Blue) = 207+112+141=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 112 (44.14% from 255 or 24.35% from 460); Blue value is 141 (55.47% from 255 or 30.65% from 460); Max value from RGB is 207 - color contains mainly: red. Hex color #CF708D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF708D is #308F72. Grayscale: #8F8F8F. Windows color (decimal): -3182451 or 9269455. OLE color: 9269455.

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

Color convert

RGB 207 112 141 -
CMYK 0 0.46 0.32 0.19
HSL 341.68º 0.5% 0.63% -
HSV(B) 341.68º 0.46% 0.81% -
XYZ 36.33 26.78 28.45 -
YUV 143.71 126.47 173.14 -
System Red Green Blue C M Y K H S L
Decimal 207 112 141 0 0.46 0.32 0.19 341.68 0.5 0.63
Hex CF 70 8D 0 2E 20 13 156 32 3F
Octal 317 160 215 0 56 40 23 526 62 77
Binary 11001111 1110000 10001101 0 101110 100000 10011 101010110 110010 111111

Color Harmonies of #CF708D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF708D

Black with #CF708D

Text Example


Text Example

White with #CF708D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF708D; }

 p { color: rgb(207,112,141); }

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

background-color css

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

 a { background-color: rgb(207,112,141); }

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

border-color css

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

 span { border-color: rgb(207,112,141); }

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