#CA7461

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

Shades of Japonica #CA7461

Tints of Japonica #CA7461

Color information

#CA7461 (or 0xCA7461) is unknown color: approx Japonica. HEX triplet: CA, 74 and 61. RGB value is (202,116,97). Sum of RGB (Red+Green+Blue) = 202+116+97=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 116 (45.70% from 255 or 27.95% from 415); Blue value is 97 (38.28% from 255 or 23.37% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7461 is #358B9E. Grayscale: #8B8B8B. Windows color (decimal): -3509151 or 6386890. OLE color: 6386890.

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

Color convert

RGB20211697-
CMYK00.430.520.21
HSL10.86º49.76%58.63%-
HSV(B)10.86º51.98%79.22%-
XYZ32.7625.9114.58-
YUV139.55103.99172.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.67%
GREEN value IS 116 (45.70% from 255) = 27.95%
BLUE value IS 97 (38.28% from 255) = 23.37%
R=48.67%
G=27.95%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021169700.430.520.2110.8649.7658.63
HexCA746102B3415b323b
Octal3121641410536425136273
Binary11001010111010011000010101011110100101011011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7461; }

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

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

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

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

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

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

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

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