Html Css Color HEX #CF686C Froly

📋 copy color: '#CF686C'

red 207 ◦ green 104 ◦ blue 108

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

Shades of Froly #CF686C

Tints of Froly #CF686C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25.78%

R = 49.4%
G = 24.82%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CF686C (or 0xCF686C) is known color: Froly. HEX triplet: CF, 68 and 6C. RGB value is (207,104,108). Sum of RGB (Red+Green+Blue) = 207+104+108=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 104 (41.02% from 255 or 24.82% from 419); Blue value is 108 (42.58% from 255 or 25.78% from 419); Max value from RGB is 207 - color contains mainly: red. Hex color #CF686C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF686C is #309793. Grayscale: #878787. Windows color (decimal): -3184532 or 7104719. OLE color: 7104719.

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

Color convert

RGB 207 104 108 -
CMYK 0 0.50 0.48 0.19
HSL 357.67º 0.52% 0.61% -
HSV(B) 357.67º 0.5% 0.81% -
XYZ 33.39 24.25 17.11 -
YUV 135.25 112.62 179.17 -
System Red Green Blue C M Y K H S L
Decimal 207 104 108 0 0.50 0.48 0.19 357.67 0.52 0.61
Hex CF 68 6C 0 32 30 13 166 34 3D
Octal 317 150 154 0 62 60 23 546 64 75
Binary 11001111 1101000 1101100 0 110010 110000 10011 101100110 110100 111101

Color Harmonies of #CF686C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF686C

Black with #CF686C

Text Example


Text Example

White with #CF686C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF686C; }

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

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

background-color css

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

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

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

border-color css

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

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

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