#ca7363

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

Shades of Japonica #CA7363

Tints of Japonica #CA7363

Color information

#CA7363 (or 0xCA7363) is unknown color: approx Japonica. HEX triplet: CA, 73 and 63. RGB value is (202,115,99). Sum of RGB (Red+Green+Blue) = 202+115+99=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 115 (45.31% from 255 or 27.64% from 416); Blue value is 99 (39.06% from 255 or 23.80% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7363 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7363 is #358C9C. Grayscale: #8B8B8B. Windows color (decimal): -3509405 or 6517706. OLE color: 6517706.

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

Color convert

RGB20211599-
CMYK00.430.510.21
HSL9.32º49.28%59.02%-
HSV(B)9.32º50.99%79.22%-
XYZ32.7425.7215.04-
YUV139.19105.32172.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.56%
GREEN value IS 115 (45.31% from 255) = 27.64%
BLUE value IS 99 (39.06% from 255) = 23.80%
R=48.56%
G=27.64%
B=23.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021159900.430.510.219.3249.2859.02
HexCA736302B33159313b
Octal3121631430536325116173
Binary11001010111001111000110101011110011101011001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca7363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca7363; }

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

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

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

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

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

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

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

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