Html Css Color HEX #CF717C Charm

📋 copy color: '#CF717C'

red 207 ◦ green 113 ◦ blue 124

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

Shades of Charm #CF717C

Tints of Charm #CF717C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 27.93%

R = 46.62%
G = 25.45%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CF717C (or 0xCF717C) is known color: Charm. HEX triplet: CF, 71 and 7C. RGB value is (207,113,124). Sum of RGB (Red+Green+Blue) = 207+113+124=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 113 (44.53% from 255 or 25.45% from 444); Blue value is 124 (48.83% from 255 or 27.93% from 444); Max value from RGB is 207 - color contains mainly: red. Hex color #CF717C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF717C is #308E83. Grayscale: #8E8E8E. Windows color (decimal): -3182212 or 8155599. OLE color: 8155599.

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

Color convert

RGB 207 113 124 -
CMYK 0 0.45 0.40 0.19
HSL 352.98º 0.49% 0.63% -
HSV(B) 352.98º 0.45% 0.81% -
XYZ 35.28 26.53 22.33 -
YUV 142.36 117.64 174.11 -
System Red Green Blue C M Y K H S L
Decimal 207 113 124 0 0.45 0.40 0.19 352.98 0.49 0.63
Hex CF 71 7C 0 2D 28 13 161 31 3F
Octal 317 161 174 0 55 50 23 541 61 77
Binary 11001111 1110001 1111100 0 101101 101000 10011 101100001 110001 111111

Color Harmonies of #CF717C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF717C

Black with #CF717C

Text Example


Text Example

White with #CF717C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF717C; }

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

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

background-color css

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

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

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

border-color css

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

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

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