Html Css Color HEX #CF717F Charm

📋 copy color: '#CF717F'

red 207 ◦ green 113 ◦ blue 127

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

Shades of Charm #CF717F

Tints of Charm #CF717F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.28%

 BLUE value IS 127 (50% from 255) = 28.41%

R = 46.31%
G = 25.28%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CF717F (or 0xCF717F) is known color: Charm. HEX triplet: CF, 71 and 7F. RGB value is (207,113,127). Sum of RGB (Red+Green+Blue) = 207+113+127=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 113 (44.53% from 255 or 25.28% from 447); Blue value is 127 (50% from 255 or 28.41% from 447); Max value from RGB is 207 - color contains mainly: red. Hex color #CF717F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF717F is #308E80. Grayscale: #8E8E8E. Windows color (decimal): -3182209 or 8352207. OLE color: 8352207.

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

Color convert

RGB 207 113 127 -
CMYK 0 0.45 0.39 0.19
HSL 351.06º 0.49% 0.63% -
HSV(B) 351.06º 0.45% 0.81% -
XYZ 35.47 26.61 23.35 -
YUV 142.7 119.14 173.86 -
System Red Green Blue C M Y K H S L
Decimal 207 113 127 0 0.45 0.39 0.19 351.06 0.49 0.63
Hex CF 71 7F 0 2D 27 13 15F 31 3F
Octal 317 161 177 0 55 47 23 537 61 77
Binary 11001111 1110001 1111111 0 101101 100111 10011 101011111 110001 111111

Color Harmonies of #CF717F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF717F

Black with #CF717F

Text Example


Text Example

White with #CF717F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF717F; }

 p { color: rgb(207,113,127); }

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

background-color css

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

 a { background-color: rgb(207,113,127); }

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

border-color css

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

 span { border-color: rgb(207,113,127); }

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