Html Css Color HEX #CF6B77 Froly

📋 copy color: '#CF6B77'

red 207 ◦ green 107 ◦ blue 119

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

Shades of Froly #CF6B77

Tints of Froly #CF6B77

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.71%

 BLUE value IS 119 (46.88% from 255) = 27.48%

R = 47.81%
G = 24.71%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CF6B77 (or 0xCF6B77) is known color: Froly. HEX triplet: CF, 6B and 77. RGB value is (207,107,119). Sum of RGB (Red+Green+Blue) = 207+107+119=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 107 (42.19% from 255 or 24.71% from 433); Blue value is 119 (46.88% from 255 or 27.48% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6B77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6B77 is #309488. Grayscale: #8A8A8A. Windows color (decimal): -3183753 or 7826383. OLE color: 7826383.

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

Color convert

RGB 207 107 119 -
CMYK 0 0.48 0.43 0.19
HSL 352.8º 0.51% 0.62% -
HSV(B) 352.8º 0.48% 0.81% -
XYZ 34.32 25.11 20.49 -
YUV 138.27 117.13 177.02 -
System Red Green Blue C M Y K H S L
Decimal 207 107 119 0 0.48 0.43 0.19 352.8 0.51 0.62
Hex CF 6B 77 0 30 2B 13 161 33 3E
Octal 317 153 167 0 60 53 23 541 63 76
Binary 11001111 1101011 1110111 0 110000 101011 10011 101100001 110011 111110

Color Harmonies of #CF6B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6B77

Black with #CF6B77

Text Example


Text Example

White with #CF6B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6B77; }

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

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

background-color css

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

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

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

border-color css

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

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

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