Html Css Color HEX #CF6F75 Froly

📋 copy color: '#CF6F75'

red 207 ◦ green 111 ◦ blue 117

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

Shades of Froly #CF6F75

Tints of Froly #CF6F75

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.52%

 BLUE value IS 117 (46.09% from 255) = 26.9%

R = 47.59%
G = 25.52%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CF6F75 (or 0xCF6F75) is known color: Froly. HEX triplet: CF, 6F and 75. RGB value is (207,111,117). Sum of RGB (Red+Green+Blue) = 207+111+117=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 111 (43.75% from 255 or 25.52% from 435); Blue value is 117 (46.09% from 255 or 26.90% from 435); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6F75 is #30908A. Grayscale: #8C8C8C. Windows color (decimal): -3182731 or 7696335. OLE color: 7696335.

HSL color Cylindrical-coordinate representation of color #CF6F75: hue angle of 356.25º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF6F75 is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 111 117 -
CMYK 0 0.46 0.43 0.19
HSL 356.25º 0.5% 0.62% -
HSV(B) 356.25º 0.46% 0.81% -
XYZ 34.63 25.92 20.01 -
YUV 140.39 114.8 175.51 -
System Red Green Blue C M Y K H S L
Decimal 207 111 117 0 0.46 0.43 0.19 356.25 0.5 0.62
Hex CF 6F 75 0 2E 2B 13 164 32 3E
Octal 317 157 165 0 56 53 23 544 62 76
Binary 11001111 1101111 1110101 0 101110 101011 10011 101100100 110010 111110

Color Harmonies of #CF6F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6F75

Black with #CF6F75

Text Example


Text Example

White with #CF6F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6F75; }

 p { color: rgb(207,111,117); }

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

background-color css

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

 a { background-color: rgb(207,111,117); }

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

border-color css

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

 span { border-color: rgb(207,111,117); }

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