Html Css Color HEX #CF6976 Froly

📋 copy color: '#CF6976'

red 207 ◦ green 105 ◦ blue 118

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

Shades of Froly #CF6976

Tints of Froly #CF6976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 27.44%

R = 48.14%
G = 24.42%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CF6976 (or 0xCF6976) is known color: Froly. HEX triplet: CF, 69 and 76. RGB value is (207,105,118). Sum of RGB (Red+Green+Blue) = 207+105+118=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 105 (41.41% from 255 or 24.42% from 430); Blue value is 118 (46.48% from 255 or 27.44% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6976 is #309689. Grayscale: #898989. Windows color (decimal): -3184266 or 7760335. OLE color: 7760335.

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

Color convert

RGB 207 105 118 -
CMYK 0 0.49 0.43 0.19
HSL 352.35º 0.52% 0.61% -
HSV(B) 352.35º 0.49% 0.81% -
XYZ 34.05 24.68 20.11 -
YUV 136.98 117.29 177.94 -
System Red Green Blue C M Y K H S L
Decimal 207 105 118 0 0.49 0.43 0.19 352.35 0.52 0.61
Hex CF 69 76 0 31 2B 13 160 34 3D
Octal 317 151 166 0 61 53 23 540 64 75
Binary 11001111 1101001 1110110 0 110001 101011 10011 101100000 110100 111101

Color Harmonies of #CF6976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6976

Black with #CF6976

Text Example


Text Example

White with #CF6976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6976; }

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

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

background-color css

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

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

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

border-color css

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

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

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