#CA7257

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

Shades of Japonica #CA7257

Tints of Japonica #CA7257

Color information

#CA7257 (or 0xCA7257) is unknown color: approx Japonica. HEX triplet: CA, 72 and 57. RGB value is (202,114,87). Sum of RGB (Red+Green+Blue) = 202+114+87=403 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.12% from 403); Green value is 114 (44.92% from 255 or 28.29% from 403); Blue value is 87 (34.38% from 255 or 21.59% from 403); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7257 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7257 is #358DA8. Grayscale: #898989. Windows color (decimal): -3509673 or 5731018. OLE color: 5731018.

HSL color Cylindrical-coordinate representation of color #CA7257: hue angle of 14.09º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA7257 is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.21.

Color convert

RGB20211487-
CMYK00.440.570.21
HSL14.09º52.04%56.67%-
HSV(B)14.09º56.93%79.22%-
XYZ32.0925.2812.2-
YUV137.2399.65174.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.12%
GREEN value IS 114 (44.92% from 255) = 28.29%
BLUE value IS 87 (34.38% from 255) = 21.59%
R=50.12%
G=28.29%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021148700.440.570.2114.0952.0456.67
HexCA725702C3915e3439
Octal3121621270547125166471
Binary11001010111001010101110101100111001101011110110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7257; }

 p { color: rgb(202,114,87); }

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

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

 a { background-color: rgb(202,114,87); }

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

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

 span { border-color: rgb(202,114,87); }

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