#CA7462

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

Shades of Japonica #CA7462

Tints of Japonica #CA7462

Color information

#CA7462 (or 0xCA7462) is unknown color: approx Japonica. HEX triplet: CA, 74 and 62. RGB value is (202,116,98). Sum of RGB (Red+Green+Blue) = 202+116+98=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 116 (45.70% from 255 or 27.88% from 416); Blue value is 98 (38.67% from 255 or 23.56% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7462 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7462 is #358B9D. Grayscale: #8B8B8B. Windows color (decimal): -3509150 or 6452426. OLE color: 6452426.

HSL color Cylindrical-coordinate representation of color #CA7462: hue angle of 10.38º degrees, saturation: 0.5, 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 #CA7462 is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB20211698-
CMYK00.430.510.21
HSL10.38º49.52%58.82%-
HSV(B)10.38º51.49%79.22%-
XYZ32.8125.9314.83-
YUV139.66104.49172.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.56%
GREEN value IS 116 (45.70% from 255) = 27.88%
BLUE value IS 98 (38.67% from 255) = 23.56%
R=48.56%
G=27.88%
B=23.56%

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
Decimal2021169800.430.510.2110.3849.5258.82
HexCA746202B3315a323b
Octal3121641420536325126273
Binary11001010111010011000100101011110011101011010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7462; }

 p { color: rgb(202,116,98); }

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

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

 a { background-color: rgb(202,116,98); }

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

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

 span { border-color: rgb(202,116,98); }

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