#CA7256

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

Shades of Japonica #CA7256

Tints of Japonica #CA7256

Color information

#CA7256 (or 0xCA7256) is unknown color: approx Japonica. HEX triplet: CA, 72 and 56. RGB value is (202,114,86). Sum of RGB (Red+Green+Blue) = 202+114+86=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 114 (44.92% from 255 or 28.36% from 402); Blue value is 86 (33.98% from 255 or 21.39% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7256 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7256 is #358DA9. Grayscale: #898989. Windows color (decimal): -3509674 or 5665482. OLE color: 5665482.

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

Color convert

RGB20211486-
CMYK00.440.570.21
HSL14.48º52.25%56.47%-
HSV(B)14.48º57.43%79.22%-
XYZ32.0525.2611.99-
YUV137.1299.15174.28-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.25%
GREEN value IS 114 (44.92% from 255) = 28.36%
BLUE value IS 86 (33.98% from 255) = 21.39%
R=50.25%
G=28.36%
B=21.39%

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
Decimal2021148600.440.570.2114.4852.2556.47
HexCA725602C3915e3438
Octal3121621260547125166470
Binary11001010111001010101100101100111001101011110110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7256; }

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

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

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

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

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

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

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

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