#CA6C5A

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

Shades of Japonica #CA6C5A

Tints of Japonica #CA6C5A

Color information

#CA6C5A (or 0xCA6C5A) is unknown color: approx Japonica. HEX triplet: CA, 6C and 5A. RGB value is (202,108,90). Sum of RGB (Red+Green+Blue) = 202+108+90=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 108 (42.58% from 255 or 27% from 400); Blue value is 90 (35.55% from 255 or 22.5% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6C5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6C5A is #3593A5. Grayscale: #868686. Windows color (decimal): -3511206 or 5926090. OLE color: 5926090.

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

Color convert

RGB20210890-
CMYK00.470.550.21
HSL9.64º51.38%57.25%-
HSV(B)9.64º55.45%79.22%-
XYZ31.5724.0212.65-
YUV134.05103.14176.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.5%
GREEN value IS 108 (42.58% from 255) = 27%
BLUE value IS 90 (35.55% from 255) = 22.5%
R=50.5%
G=27%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021089000.470.550.219.6451.3857.25
HexCA6C5A02F3715a3339
Octal3121541320576725126371
Binary11001010110110010110100101111110111101011010110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6C5A; }

 p { color: rgb(202,108,90); }

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

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

 a { background-color: rgb(202,108,90); }

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

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

 span { border-color: rgb(202,108,90); }

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