#CD7375

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

Shades of Froly #CD7375

Tints of Froly #CD7375

Color information

#CD7375 (or 0xCD7375) is unknown color: approx Froly. HEX triplet: CD, 73 and 75. RGB value is (205,115,117). Sum of RGB (Red+Green+Blue) = 205+115+117=437 (57% of max value = 765). Red value is 205 (80.47% from 255 or 46.91% from 437); Green value is 115 (45.31% from 255 or 26.32% from 437); Blue value is 117 (46.09% from 255 or 26.77% from 437); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7375 is #328C8A. Grayscale: #8E8E8E. Windows color (decimal): -3312779 or 7697357. OLE color: 7697357.

HSL color Cylindrical-coordinate representation of color #CD7375: hue angle of 358.67º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CD7375 is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB205115117-
CMYK00.440.430.20
HSL358.67º47.37%62.75%-
HSV(B)358.67º43.9%80.39%-
XYZ34.5226.5220.13-
YUV142.14113.82172.84-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.91%
GREEN value IS 115 (45.31% from 255) = 26.32%
BLUE value IS 117 (46.09% from 255) = 26.77%
R=46.91%
G=26.32%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511511700.440.430.20358.6747.3762.75
HexCD737502C2B141672f3f
Octal31516316505453245475777
Binary1100110111100111110101010110010101110100101100111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7375; }

 p { color: rgb(205,115,117); }

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

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

 a { background-color: rgb(205,115,117); }

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

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

 span { border-color: rgb(205,115,117); }

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