Html Css Color HEX #CF727F Charm

📋 copy color: '#CF727F'

red 207 ◦ green 114 ◦ blue 127

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

Shades of Charm #CF727F

Tints of Charm #CF727F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.45%

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

R = 46.21%
G = 25.45%
B = 28.35%

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

#CF727F (or 0xCF727F) is known color: Charm. HEX triplet: CF, 72 and 7F. RGB value is (207,114,127). Sum of RGB (Red+Green+Blue) = 207+114+127=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 114 (44.92% from 255 or 25.45% from 448); Blue value is 127 (50% from 255 or 28.35% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CF727F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF727F is #308D80. Grayscale: #8F8F8F. Windows color (decimal): -3181953 or 8352463. OLE color: 8352463.

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

Color convert

RGB 207 114 127 -
CMYK 0 0.45 0.39 0.19
HSL 351.61º 0.49% 0.63% -
HSV(B) 351.61º 0.45% 0.81% -
XYZ 35.58 26.83 23.38 -
YUV 143.29 118.81 173.44 -
System Red Green Blue C M Y K H S L
Decimal 207 114 127 0 0.45 0.39 0.19 351.61 0.49 0.63
Hex CF 72 7F 0 2D 27 13 160 31 3F
Octal 317 162 177 0 55 47 23 540 61 77
Binary 11001111 1110010 1111111 0 101101 100111 10011 101100000 110001 111111

Color Harmonies of #CF727F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF727F

Black with #CF727F

Text Example


Text Example

White with #CF727F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF727F; }

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

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

background-color css

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

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

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

border-color css

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

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

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