Html Css Color HEX #CF686E Froly

📋 copy color: '#CF686E'

red 207 ◦ green 104 ◦ blue 110

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

Shades of Froly #CF686E

Tints of Froly #CF686E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.7%

 BLUE value IS 110 (43.36% from 255) = 26.13%

R = 49.17%
G = 24.7%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CF686E (or 0xCF686E) is known color: Froly. HEX triplet: CF, 68 and 6E. RGB value is (207,104,110). Sum of RGB (Red+Green+Blue) = 207+104+110=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 104 (41.02% from 255 or 24.70% from 421); Blue value is 110 (43.36% from 255 or 26.13% from 421); Max value from RGB is 207 - color contains mainly: red. Hex color #CF686E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF686E is #309791. Grayscale: #878787. Windows color (decimal): -3184530 or 7235791. OLE color: 7235791.

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

Color convert

RGB 207 104 110 -
CMYK 0 0.50 0.47 0.19
HSL 356.5º 0.52% 0.61% -
HSV(B) 356.5º 0.5% 0.81% -
XYZ 33.5 24.29 17.68 -
YUV 135.48 113.62 179.01 -
System Red Green Blue C M Y K H S L
Decimal 207 104 110 0 0.50 0.47 0.19 356.5 0.52 0.61
Hex CF 68 6E 0 32 2F 13 165 34 3D
Octal 317 150 156 0 62 57 23 545 64 75
Binary 11001111 1101000 1101110 0 110010 101111 10011 101100101 110100 111101

Color Harmonies of #CF686E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF686E

Black with #CF686E

Text Example


Text Example

White with #CF686E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF686E; }

 p { color: rgb(207,104,110); }

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

background-color css

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

 a { background-color: rgb(207,104,110); }

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

border-color css

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

 span { border-color: rgb(207,104,110); }

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