Html Css Color HEX #CE6871 Froly

📋 copy color: '#CE6871'

red 206 ◦ green 104 ◦ blue 113

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

Shades of Froly #CE6871

Tints of Froly #CE6871

RGB

 RED value IS 206 (80.86% from 255) = 48.7%

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

 BLUE value IS 113 (44.53% from 255) = 26.71%

R = 48.7%
G = 24.59%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CE6871 (or 0xCE6871) is known color: Froly. HEX triplet: CE, 68 and 71. RGB value is (206,104,113). Sum of RGB (Red+Green+Blue) = 206+104+113=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 104 (41.02% from 255 or 24.59% from 423); Blue value is 113 (44.53% from 255 or 26.71% from 423); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6871 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6871 is #31978E. Grayscale: #878787. Windows color (decimal): -3250063 or 7432398. OLE color: 7432398.

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

Color convert

RGB 206 104 113 -
CMYK 0 0.50 0.45 0.19
HSL 354.71º 0.51% 0.61% -
HSV(B) 354.71º 0.5% 0.81% -
XYZ 33.38 24.21 18.54 -
YUV 135.52 115.29 178.27 -
System Red Green Blue C M Y K H S L
Decimal 206 104 113 0 0.50 0.45 0.19 354.71 0.51 0.61
Hex CE 68 71 0 32 2D 13 163 33 3D
Octal 316 150 161 0 62 55 23 543 63 75
Binary 11001110 1101000 1110001 0 110010 101101 10011 101100011 110011 111101

Color Harmonies of #CE6871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6871

Black with #CE6871

Text Example


Text Example

White with #CE6871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6871; }

 p { color: rgb(206,104,113); }

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

background-color css

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

 a { background-color: rgb(206,104,113); }

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

border-color css

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

 span { border-color: rgb(206,104,113); }

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