#CA6D5E

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

Shades of Japonica #CA6D5E

Tints of Japonica #CA6D5E

Color information

#CA6D5E (or 0xCA6D5E) is unknown color: approx Japonica. HEX triplet: CA, 6D and 5E. RGB value is (202,109,94). Sum of RGB (Red+Green+Blue) = 202+109+94=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 109 (42.97% from 255 or 26.91% from 405); Blue value is 94 (37.11% from 255 or 23.21% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6D5E is #3592A1. Grayscale: #878787. Windows color (decimal): -3510946 or 6188490. OLE color: 6188490.

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

Color convert

RGB20210994-
CMYK00.460.530.21
HSL8.33º50.47%58.04%-
HSV(B)8.33º53.47%79.22%-
XYZ31.8524.313.6-
YUV135.1104.81175.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.88%
GREEN value IS 109 (42.97% from 255) = 26.91%
BLUE value IS 94 (37.11% from 255) = 23.21%
R=49.88%
G=26.91%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021099400.460.530.218.3350.4758.04
HexCA6D5E02E35158323a
Octal3121551360566525106272
Binary11001010110110110111100101110110101101011000110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6D5E; }

 p { color: rgb(202,109,94); }

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

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

 a { background-color: rgb(202,109,94); }

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

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

 span { border-color: rgb(202,109,94); }

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