Html Css Color HEX #CF6875 Froly

📋 copy color: '#CF6875'

red 207 ◦ green 104 ◦ blue 117

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

Shades of Froly #CF6875

Tints of Froly #CF6875

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.3%

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

R = 48.36%
G = 24.3%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CF6875 (or 0xCF6875) is known color: Froly. HEX triplet: CF, 68 and 75. RGB value is (207,104,117). Sum of RGB (Red+Green+Blue) = 207+104+117=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 104 (41.02% from 255 or 24.30% from 428); Blue value is 117 (46.09% from 255 or 27.34% from 428); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6875 is #30978A. Grayscale: #888888. Windows color (decimal): -3184523 or 7694543. OLE color: 7694543.

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

Color convert

RGB 207 104 117 -
CMYK 0 0.50 0.43 0.19
HSL 352.43º 0.52% 0.61% -
HSV(B) 352.43º 0.5% 0.81% -
XYZ 33.89 24.45 19.76 -
YUV 136.28 117.12 178.44 -
System Red Green Blue C M Y K H S L
Decimal 207 104 117 0 0.50 0.43 0.19 352.43 0.52 0.61
Hex CF 68 75 0 32 2B 13 160 34 3D
Octal 317 150 165 0 62 53 23 540 64 75
Binary 11001111 1101000 1110101 0 110010 101011 10011 101100000 110100 111101

Color Harmonies of #CF6875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6875

Black with #CF6875

Text Example


Text Example

White with #CF6875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6875; }

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

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

background-color css

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

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

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

border-color css

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

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

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