Html Css Color HEX #CF6970 Froly

📋 copy color: '#CF6970'

red 207 ◦ green 105 ◦ blue 112

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

Shades of Froly #CF6970

Tints of Froly #CF6970

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.76%

 BLUE value IS 112 (44.14% from 255) = 26.42%

R = 48.82%
G = 24.76%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CF6970 (or 0xCF6970) is known color: Froly. HEX triplet: CF, 69 and 70. RGB value is (207,105,112). Sum of RGB (Red+Green+Blue) = 207+105+112=424 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.82% from 424); Green value is 105 (41.41% from 255 or 24.76% from 424); Blue value is 112 (44.14% from 255 or 26.42% from 424); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6970 is #30968F. Grayscale: #888888. Windows color (decimal): -3184272 or 7367119. OLE color: 7367119.

HSL color Cylindrical-coordinate representation of color #CF6970: hue angle of 355.88º degrees, saturation: 0.52, 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 #CF6970 is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 105 112 -
CMYK 0 0.49 0.46 0.19
HSL 355.88º 0.52% 0.61% -
HSV(B) 355.88º 0.49% 0.81% -
XYZ 33.71 24.54 18.29 -
YUV 136.3 114.29 178.43 -
System Red Green Blue C M Y K H S L
Decimal 207 105 112 0 0.49 0.46 0.19 355.88 0.52 0.61
Hex CF 69 70 0 31 2E 13 164 34 3D
Octal 317 151 160 0 61 56 23 544 64 75
Binary 11001111 1101001 1110000 0 110001 101110 10011 101100100 110100 111101

Color Harmonies of #CF6970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6970

Black with #CF6970

Text Example


Text Example

White with #CF6970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6970; }

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

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

background-color css

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

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

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

border-color css

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

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

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