Html Css Color HEX #CF777F Charm

📋 copy color: '#CF777F'

red 207 ◦ green 119 ◦ blue 127

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

Shades of Charm #CF777F

Tints of Charm #CF777F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.27%

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

R = 45.7%
G = 26.27%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CF777F (or 0xCF777F) is known color: Charm. HEX triplet: CF, 77 and 7F. RGB value is (207,119,127). Sum of RGB (Red+Green+Blue) = 207+119+127=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 119 (46.88% from 255 or 26.27% from 453); Blue value is 127 (50% from 255 or 28.04% from 453); Max value from RGB is 207 - color contains mainly: red. Hex color #CF777F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF777F is #308880. Grayscale: #929292. Windows color (decimal): -3180673 or 8353743. OLE color: 8353743.

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

Color convert

RGB 207 119 127 -
CMYK 0 0.43 0.39 0.19
HSL 354.55º 0.48% 0.64% -
HSV(B) 354.55º 0.43% 0.81% -
XYZ 36.16 27.99 23.58 -
YUV 146.22 117.15 171.35 -
System Red Green Blue C M Y K H S L
Decimal 207 119 127 0 0.43 0.39 0.19 354.55 0.48 0.64
Hex CF 77 7F 0 2B 27 13 163 30 40
Octal 317 167 177 0 53 47 23 543 60 100
Binary 11001111 1110111 1111111 0 101011 100111 10011 101100011 110000 1000000

Color Harmonies of #CF777F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF777F

Black with #CF777F

Text Example


Text Example

White with #CF777F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF777F; }

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

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

background-color css

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

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

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

border-color css

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

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

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