#CA6B59

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

Shades of Japonica #CA6B59

Tints of Japonica #CA6B59

Color information

#CA6B59 (or 0xCA6B59) is unknown color: approx Japonica. HEX triplet: CA, 6B and 59. RGB value is (202,107,89). Sum of RGB (Red+Green+Blue) = 202+107+89=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 107 (42.19% from 255 or 26.88% from 398); Blue value is 89 (35.16% from 255 or 22.36% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6B59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6B59 is #3594A6. Grayscale: #858585. Windows color (decimal): -3511463 or 5860298. OLE color: 5860298.

HSL color Cylindrical-coordinate representation of color #CA6B59: hue angle of 9.56º 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 #CA6B59 is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB20210789-
CMYK00.470.560.21
HSL9.56º51.6%57.06%-
HSV(B)9.56º55.94%79.22%-
XYZ31.4223.7912.39-
YUV133.35102.97176.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.75%
GREEN value IS 107 (42.19% from 255) = 26.88%
BLUE value IS 89 (35.16% from 255) = 22.36%
R=50.75%
G=26.88%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021078900.470.560.219.5651.657.06
HexCA6B5902F3815a3439
Octal3121531310577025126471
Binary11001010110101110110010101111111000101011010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6B59; }

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

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

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

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

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

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

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

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