Html Css Color HEX #CF7075 Froly

📋 copy color: '#CF7075'

red 207 ◦ green 112 ◦ blue 117

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

Shades of Froly #CF7075

Tints of Froly #CF7075

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.69%

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

R = 47.48%
G = 25.69%
B = 26.83%

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

#CF7075 (or 0xCF7075) is known color: Froly. HEX triplet: CF, 70 and 75. RGB value is (207,112,117). Sum of RGB (Red+Green+Blue) = 207+112+117=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 112 (44.14% from 255 or 25.69% from 436); Blue value is 117 (46.09% from 255 or 26.83% from 436); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7075 is #308F8A. Grayscale: #8D8D8D. Windows color (decimal): -3182475 or 7696591. OLE color: 7696591.

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

Color convert

RGB 207 112 117 -
CMYK 0 0.46 0.43 0.19
HSL 356.84º 0.5% 0.63% -
HSV(B) 356.84º 0.46% 0.81% -
XYZ 34.74 26.14 20.04 -
YUV 140.98 114.47 175.09 -
System Red Green Blue C M Y K H S L
Decimal 207 112 117 0 0.46 0.43 0.19 356.84 0.5 0.63
Hex CF 70 75 0 2E 2B 13 165 32 3F
Octal 317 160 165 0 56 53 23 545 62 77
Binary 11001111 1110000 1110101 0 101110 101011 10011 101100101 110010 111111

Color Harmonies of #CF7075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7075

Black with #CF7075

Text Example


Text Example

White with #CF7075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7075; }

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

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

background-color css

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

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

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

border-color css

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

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

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