Html Css Color HEX #CF717D Charm

📋 copy color: '#CF717D'

red 207 ◦ green 113 ◦ blue 125

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

Shades of Charm #CF717D

Tints of Charm #CF717D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.09%

R = 46.52%
G = 25.39%
B = 28.09%

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

#CF717D (or 0xCF717D) is known color: Charm. HEX triplet: CF, 71 and 7D. RGB value is (207,113,125). Sum of RGB (Red+Green+Blue) = 207+113+125=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 113 (44.53% from 255 or 25.39% from 445); Blue value is 125 (49.22% from 255 or 28.09% from 445); Max value from RGB is 207 - color contains mainly: red. Hex color #CF717D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF717D is #308E82. Grayscale: #8E8E8E. Windows color (decimal): -3182211 or 8221135. OLE color: 8221135.

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

Color convert

RGB 207 113 125 -
CMYK 0 0.45 0.40 0.19
HSL 352.34º 0.49% 0.63% -
HSV(B) 352.34º 0.45% 0.81% -
XYZ 35.34 26.56 22.67 -
YUV 142.47 118.14 174.02 -
System Red Green Blue C M Y K H S L
Decimal 207 113 125 0 0.45 0.40 0.19 352.34 0.49 0.63
Hex CF 71 7D 0 2D 28 13 160 31 3F
Octal 317 161 175 0 55 50 23 540 61 77
Binary 11001111 1110001 1111101 0 101101 101000 10011 101100000 110001 111111

Color Harmonies of #CF717D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF717D

Black with #CF717D

Text Example


Text Example

White with #CF717D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF717D; }

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

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

background-color css

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

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

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

border-color css

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

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

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