Html Css Color HEX #CE6970 Froly

📋 copy color: '#CE6970'

red 206 ◦ green 105 ◦ blue 112

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

Shades of Froly #CE6970

Tints of Froly #CE6970

RGB

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

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

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

R = 48.7%
G = 24.82%
B = 26.48%

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

#CE6970 (or 0xCE6970) is known color: Froly. HEX triplet: CE, 69 and 70. RGB value is (206,105,112). Sum of RGB (Red+Green+Blue) = 206+105+112=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 112 (44.14% from 255 or 26.48% from 423); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6970 is #31968F. Grayscale: #888888. Windows color (decimal): -3249808 or 7367118. OLE color: 7367118.

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

Color convert

RGB 206 105 112 -
CMYK 0 0.49 0.46 0.19
HSL 355.84º 0.51% 0.61% -
HSV(B) 355.84º 0.49% 0.81% -
XYZ 33.43 24.39 18.28 -
YUV 136 114.46 177.93 -
System Red Green Blue C M Y K H S L
Decimal 206 105 112 0 0.49 0.46 0.19 355.84 0.51 0.61
Hex CE 69 70 0 31 2E 13 164 33 3D
Octal 316 151 160 0 61 56 23 544 63 75
Binary 11001110 1101001 1110000 0 110001 101110 10011 101100100 110011 111101

Color Harmonies of #CE6970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6970

Black with #CE6970

Text Example


Text Example

White with #CE6970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6970; }

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

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

background-color css

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

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

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

border-color css

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

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

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