Html Css Color HEX #CF717E Charm

📋 copy color: '#CF717E'

red 207 ◦ green 113 ◦ blue 126

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

Shades of Charm #CF717E

Tints of Charm #CF717E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28.25%

R = 46.41%
G = 25.34%
B = 28.25%

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

#CF717E (or 0xCF717E) is known color: Charm. HEX triplet: CF, 71 and 7E. RGB value is (207,113,126). Sum of RGB (Red+Green+Blue) = 207+113+126=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 113 (44.53% from 255 or 25.34% from 446); Blue value is 126 (49.61% from 255 or 28.25% from 446); Max value from RGB is 207 - color contains mainly: red. Hex color #CF717E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF717E is #308E81. Grayscale: #8E8E8E. Windows color (decimal): -3182210 or 8286671. OLE color: 8286671.

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

Color convert

RGB 207 113 126 -
CMYK 0 0.45 0.39 0.19
HSL 351.7º 0.49% 0.63% -
HSV(B) 351.7º 0.45% 0.81% -
XYZ 35.4 26.58 23 -
YUV 142.59 118.64 173.94 -
System Red Green Blue C M Y K H S L
Decimal 207 113 126 0 0.45 0.39 0.19 351.7 0.49 0.63
Hex CF 71 7E 0 2D 27 13 160 31 3F
Octal 317 161 176 0 55 47 23 540 61 77
Binary 11001111 1110001 1111110 0 101101 100111 10011 101100000 110001 111111

Color Harmonies of #CF717E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF717E

Black with #CF717E

Text Example


Text Example

White with #CF717E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF717E; }

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

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

background-color css

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

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

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

border-color css

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

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

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