Html Css Color HEX #CF6A6D Froly

📋 copy color: '#CF6A6D'

red 207 ◦ green 106 ◦ blue 109

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

Shades of Froly #CF6A6D

Tints of Froly #CF6A6D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.12%

 BLUE value IS 109 (42.97% from 255) = 25.83%

R = 49.05%
G = 25.12%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CF6A6D (or 0xCF6A6D) is known color: Froly. HEX triplet: CF, 6A and 6D. RGB value is (207,106,109). Sum of RGB (Red+Green+Blue) = 207+106+109=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 106 (41.80% from 255 or 25.12% from 422); Blue value is 109 (42.97% from 255 or 25.83% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6A6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6A6D is #309592. Grayscale: #888888. Windows color (decimal): -3184019 or 7170767. OLE color: 7170767.

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

Color convert

RGB 207 106 109 -
CMYK 0 0.49 0.47 0.19
HSL 358.22º 0.51% 0.61% -
HSV(B) 358.22º 0.49% 0.81% -
XYZ 33.65 24.68 17.46 -
YUV 136.54 112.46 178.26 -
System Red Green Blue C M Y K H S L
Decimal 207 106 109 0 0.49 0.47 0.19 358.22 0.51 0.61
Hex CF 6A 6D 0 31 2F 13 166 33 3D
Octal 317 152 155 0 61 57 23 546 63 75
Binary 11001111 1101010 1101101 0 110001 101111 10011 101100110 110011 111101

Color Harmonies of #CF6A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6A6D

Black with #CF6A6D

Text Example


Text Example

White with #CF6A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6A6D; }

 p { color: rgb(207,106,109); }

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

background-color css

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

 a { background-color: rgb(207,106,109); }

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

border-color css

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

 span { border-color: rgb(207,106,109); }

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