Html Css Color HEX #CF686B Froly

📋 copy color: '#CF686B'

red 207 ◦ green 104 ◦ blue 107

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

Shades of Froly #CF686B

Tints of Froly #CF686B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.6%

R = 49.52%
G = 24.88%
B = 25.6%

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

#CF686B (or 0xCF686B) is known color: Froly. HEX triplet: CF, 68 and 6B. RGB value is (207,104,107). Sum of RGB (Red+Green+Blue) = 207+104+107=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 104 (41.02% from 255 or 24.88% from 418); Blue value is 107 (42.19% from 255 or 25.60% from 418); Max value from RGB is 207 - color contains mainly: red. Hex color #CF686B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF686B is #309794. Grayscale: #878787. Windows color (decimal): -3184533 or 7039183. OLE color: 7039183.

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

Color convert

RGB 207 104 107 -
CMYK 0 0.50 0.48 0.19
HSL 358.25º 0.52% 0.61% -
HSV(B) 358.25º 0.5% 0.81% -
XYZ 33.34 24.23 16.83 -
YUV 135.14 112.12 179.26 -
System Red Green Blue C M Y K H S L
Decimal 207 104 107 0 0.50 0.48 0.19 358.25 0.52 0.61
Hex CF 68 6B 0 32 30 13 166 34 3D
Octal 317 150 153 0 62 60 23 546 64 75
Binary 11001111 1101000 1101011 0 110010 110000 10011 101100110 110100 111101

Color Harmonies of #CF686B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF686B

Black with #CF686B

Text Example


Text Example

White with #CF686B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF686B; }

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

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

background-color css

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

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

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

border-color css

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

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

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