#CA7375

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

Shades of Froly #CA7375

Tints of Froly #CA7375

Color information

#CA7375 (or 0xCA7375) is unknown color: approx Froly. HEX triplet: CA, 73 and 75. RGB value is (202,115,117). Sum of RGB (Red+Green+Blue) = 202+115+117=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 115 (45.31% from 255 or 26.50% from 434); Blue value is 117 (46.09% from 255 or 26.96% from 434); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7375 is #358C8A. Grayscale: #8D8D8D. Windows color (decimal): -3509387 or 7697354. OLE color: 7697354.

HSL color Cylindrical-coordinate representation of color #CA7375: hue angle of 358.62º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CA7375 is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB202115117-
CMYK00.430.420.21
HSL358.62º45.08%62.16%-
HSV(B)358.62º43.07%79.22%-
XYZ33.726.120.09-
YUV141.24114.32171.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.54%
GREEN value IS 115 (45.31% from 255) = 26.50%
BLUE value IS 117 (46.09% from 255) = 26.96%
R=46.54%
G=26.50%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211511700.430.420.21358.6245.0862.16
HexCA737502B2A151672d3e
Octal31216316505352255475576
Binary1100101011100111110101010101110101010101101100111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7375; }

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

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

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

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

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

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

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

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