#CA6F59

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

Shades of Japonica #CA6F59

Tints of Japonica #CA6F59

Color information

#CA6F59 (or 0xCA6F59) is unknown color: approx Japonica. HEX triplet: CA, 6F and 59. RGB value is (202,111,89). Sum of RGB (Red+Green+Blue) = 202+111+89=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 111 (43.75% from 255 or 27.61% from 402); Blue value is 89 (35.16% from 255 or 22.14% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6F59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6F59 is #3590A6. Grayscale: #878787. Windows color (decimal): -3510439 or 5861322. OLE color: 5861322.

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

Color convert

RGB20211189-
CMYK00.450.560.21
HSL11.68º51.6%57.06%-
HSV(B)11.68º55.94%79.22%-
XYZ31.8424.6512.53-
YUV135.7101.65175.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.25%
GREEN value IS 111 (43.75% from 255) = 27.61%
BLUE value IS 89 (35.16% from 255) = 22.14%
R=50.25%
G=27.61%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021118900.450.560.2111.6851.657.06
HexCA6F5902D3815c3439
Octal3121571310557025146471
Binary11001010110111110110010101101111000101011100110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6F59; }

 p { color: rgb(202,111,89); }

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

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

 a { background-color: rgb(202,111,89); }

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

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

 span { border-color: rgb(202,111,89); }

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