#CA7253

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

Shades of Japonica #CA7253

Tints of Japonica #CA7253

Color information

#CA7253 (or 0xCA7253) is unknown color: approx Japonica. HEX triplet: CA, 72 and 53. RGB value is (202,114,83). Sum of RGB (Red+Green+Blue) = 202+114+83=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 114 (44.92% from 255 or 28.57% from 399); Blue value is 83 (32.81% from 255 or 20.80% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7253 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7253 is #358DAC. Grayscale: #888888. Windows color (decimal): -3509677 or 5468874. OLE color: 5468874.

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

Color convert

RGB20211483-
CMYK00.440.590.21
HSL15.63º52.89%55.88%-
HSV(B)15.63º58.91%79.22%-
XYZ31.9425.2211.37-
YUV136.7897.65174.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.63%
GREEN value IS 114 (44.92% from 255) = 28.57%
BLUE value IS 83 (32.81% from 255) = 20.80%
R=50.63%
G=28.57%
B=20.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021148300.440.590.2115.6352.8955.88
HexCA725302C3B15103538
Octal3121621230547325206570
Binary110010101110010101001101011001110111010110000110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7253; }

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

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

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

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

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

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

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

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