Html Css Color HEX #CF777B Charm

📋 copy color: '#CF777B'

red 207 ◦ green 119 ◦ blue 123

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

Shades of Charm #CF777B

Tints of Charm #CF777B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.39%

R = 46.1%
G = 26.5%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CF777B (or 0xCF777B) is known color: Charm. HEX triplet: CF, 77 and 7B. RGB value is (207,119,123). Sum of RGB (Red+Green+Blue) = 207+119+123=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 119 (46.88% from 255 or 26.50% from 449); Blue value is 123 (48.44% from 255 or 27.39% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CF777B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF777B is #308884. Grayscale: #919191. Windows color (decimal): -3180677 or 8091599. OLE color: 8091599.

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

Color convert

RGB 207 119 123 -
CMYK 0 0.43 0.41 0.19
HSL 357.27º 0.48% 0.64% -
HSV(B) 357.27º 0.43% 0.81% -
XYZ 35.9 27.89 22.23 -
YUV 145.77 115.15 171.67 -
System Red Green Blue C M Y K H S L
Decimal 207 119 123 0 0.43 0.41 0.19 357.27 0.48 0.64
Hex CF 77 7B 0 2B 29 13 165 30 40
Octal 317 167 173 0 53 51 23 545 60 100
Binary 11001111 1110111 1111011 0 101011 101001 10011 101100101 110000 1000000

Color Harmonies of #CF777B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF777B

Black with #CF777B

Text Example


Text Example

White with #CF777B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF777B; }

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

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

background-color css

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

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

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

border-color css

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

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

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