Html Css Color HEX #CF7274 Froly

📋 copy color: '#CF7274'

red 207 ◦ green 114 ◦ blue 116

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

Shades of Froly #CF7274

Tints of Froly #CF7274

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.09%

 BLUE value IS 116 (45.7% from 255) = 26.54%

R = 47.37%
G = 26.09%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CF7274 (or 0xCF7274) is known color: Froly. HEX triplet: CF, 72 and 74. RGB value is (207,114,116). Sum of RGB (Red+Green+Blue) = 207+114+116=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 114 (44.92% from 255 or 26.09% from 437); Blue value is 116 (45.70% from 255 or 26.54% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7274 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7274 is #308D8B. Grayscale: #8E8E8E. Windows color (decimal): -3181964 or 7631567. OLE color: 7631567.

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

Color convert

RGB 207 114 116 -
CMYK 0 0.45 0.44 0.19
HSL 358.71º 0.49% 0.63% -
HSV(B) 358.71º 0.45% 0.81% -
XYZ 34.9 26.56 19.81 -
YUV 142.04 113.31 174.34 -
System Red Green Blue C M Y K H S L
Decimal 207 114 116 0 0.45 0.44 0.19 358.71 0.49 0.63
Hex CF 72 74 0 2D 2C 13 167 31 3F
Octal 317 162 164 0 55 54 23 547 61 77
Binary 11001111 1110010 1110100 0 101101 101100 10011 101100111 110001 111111

Color Harmonies of #CF7274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7274

Black with #CF7274

Text Example


Text Example

White with #CF7274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7274; }

 p { color: rgb(207,114,116); }

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

background-color css

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

 a { background-color: rgb(207,114,116); }

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

border-color css

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

 span { border-color: rgb(207,114,116); }

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