Html Css Color HEX #CF6770 Froly

📋 copy color: '#CF6770'

red 207 ◦ green 103 ◦ blue 112

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

Shades of Froly #CF6770

Tints of Froly #CF6770

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.41%

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

R = 49.05%
G = 24.41%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CF6770 (or 0xCF6770) is known color: Froly. HEX triplet: CF, 67 and 70. RGB value is (207,103,112). Sum of RGB (Red+Green+Blue) = 207+103+112=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 103 (40.62% from 255 or 24.41% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6770 is #30988F. Grayscale: #878787. Windows color (decimal): -3184784 or 7366607. OLE color: 7366607.

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

Color convert

RGB 207 103 112 -
CMYK 0 0.50 0.46 0.19
HSL 354.81º 0.52% 0.61% -
HSV(B) 354.81º 0.5% 0.81% -
XYZ 33.51 24.14 18.22 -
YUV 135.12 114.96 179.27 -
System Red Green Blue C M Y K H S L
Decimal 207 103 112 0 0.50 0.46 0.19 354.81 0.52 0.61
Hex CF 67 70 0 32 2E 13 163 34 3D
Octal 317 147 160 0 62 56 23 543 64 75
Binary 11001111 1100111 1110000 0 110010 101110 10011 101100011 110100 111101

Color Harmonies of #CF6770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6770

Black with #CF6770

Text Example


Text Example

White with #CF6770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6770; }

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

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

background-color css

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

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

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

border-color css

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

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

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