#CE6975

Color #CE6975 Froly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Froly #CE6975

Tints of Froly #CE6975

Color information

#CE6975 (or 0xCE6975) is unknown color: approx Froly. HEX triplet: CE, 69 and 75. RGB value is (206,105,117). Sum of RGB (Red+Green+Blue) = 206+105+117=428 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.13% from 428); Green value is 105 (41.41% from 255 or 24.53% from 428); Blue value is 117 (46.09% from 255 or 27.34% from 428); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6975 is #31968A. Grayscale: #888888. Windows color (decimal): -3249803 or 7694798. OLE color: 7694798.

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

Color convert

RGB206105117-
CMYK00.490.430.19
HSL352.87º50.75%60.98%-
HSV(B)352.87º49.03%80.78%-
XYZ33.7224.5119.78-
YUV136.57116.96177.52-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 48.13%
GREEN value IS 105 (41.41% from 255) = 24.53%
BLUE value IS 117 (46.09% from 255) = 27.34%
R=48.13%
G=24.53%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20610511700.490.430.19352.8750.7560.98
HexCE69750312B13161333d
Octal31615116506153235416375
Binary1100111011010011110101011000110101110011101100001110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6975; }

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

 H1.HeaderClassName
 {
   color: #CE6975;
 }
 .AnyTagClassName
 {
   color: #CE6975;
 }
</style>
background-color css

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

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

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

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

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

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