#CA7657

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

Shades of Japonica #CA7657

Tints of Japonica #CA7657

Color information

#CA7657 (or 0xCA7657) is unknown color: approx Japonica. HEX triplet: CA, 76 and 57. RGB value is (202,118,87). Sum of RGB (Red+Green+Blue) = 202+118+87=407 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.63% from 407); Green value is 118 (46.48% from 255 or 28.99% from 407); Blue value is 87 (34.38% from 255 or 21.38% from 407); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7657 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7657 is #3589A8. Grayscale: #8B8B8B. Windows color (decimal): -3508649 or 5732042. OLE color: 5732042.

HSL color Cylindrical-coordinate representation of color #CA7657: hue angle of 16.17º 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 #CA7657 is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.21.

Color convert

RGB20211887-
CMYK00.420.570.21
HSL16.17º52.04%56.67%-
HSV(B)16.17º56.93%79.22%-
XYZ32.5626.212.36-
YUV139.5898.33172.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.63%
GREEN value IS 118 (46.48% from 255) = 28.99%
BLUE value IS 87 (34.38% from 255) = 21.38%
R=49.63%
G=28.99%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021188700.420.570.2116.1752.0456.67
HexCA765702A3915103439
Octal3121661270527125206471
Binary110010101110110101011101010101110011010110000110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7657; }

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

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

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

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

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

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

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

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