Html Css Color HEX #CF6772 Froly

📋 copy color: '#CF6772'

red 207 ◦ green 103 ◦ blue 114

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

Shades of Froly #CF6772

Tints of Froly #CF6772

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.29%

 BLUE value IS 114 (44.92% from 255) = 26.89%

R = 48.82%
G = 24.29%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CF6772 (or 0xCF6772) is known color: Froly. HEX triplet: CF, 67 and 72. RGB value is (207,103,114). Sum of RGB (Red+Green+Blue) = 207+103+114=424 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.82% from 424); Green value is 103 (40.62% from 255 or 24.29% from 424); Blue value is 114 (44.92% from 255 or 26.89% from 424); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6772 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6772 is #30988D. Grayscale: #878787. Windows color (decimal): -3184782 or 7497679. OLE color: 7497679.

HSL color Cylindrical-coordinate representation of color #CF6772: hue angle of 353.65º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF6772 is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 103 114 -
CMYK 0 0.50 0.45 0.19
HSL 353.65º 0.52% 0.61% -
HSV(B) 353.65º 0.5% 0.81% -
XYZ 33.62 24.18 18.82 -
YUV 135.35 115.96 179.11 -
System Red Green Blue C M Y K H S L
Decimal 207 103 114 0 0.50 0.45 0.19 353.65 0.52 0.61
Hex CF 67 72 0 32 2D 13 162 34 3D
Octal 317 147 162 0 62 55 23 542 64 75
Binary 11001111 1100111 1110010 0 110010 101101 10011 101100010 110100 111101

Color Harmonies of #CF6772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6772

Black with #CF6772

Text Example


Text Example

White with #CF6772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6772; }

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

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

background-color css

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

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

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

border-color css

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

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

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