#CA6F5D

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

Shades of Japonica #CA6F5D

Tints of Japonica #CA6F5D

Color information

#CA6F5D (or 0xCA6F5D) is unknown color: approx Japonica. HEX triplet: CA, 6F and 5D. RGB value is (202,111,93). Sum of RGB (Red+Green+Blue) = 202+111+93=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 111 (43.75% from 255 or 27.34% from 406); Blue value is 93 (36.72% from 255 or 22.91% from 406); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6F5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6F5D is #3590A2. Grayscale: #888888. Windows color (decimal): -3510435 or 6123466. OLE color: 6123466.

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

Color convert

RGB20211193-
CMYK00.450.540.21
HSL9.91º50.7%57.84%-
HSV(B)9.91º53.96%79.22%-
XYZ32.0224.7213.44-
YUV136.16103.65174.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.75%
GREEN value IS 111 (43.75% from 255) = 27.34%
BLUE value IS 93 (36.72% from 255) = 22.91%
R=49.75%
G=27.34%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021119300.450.540.219.9150.757.84
HexCA6F5D02D3615a333a
Octal3121571350556625126372
Binary11001010110111110111010101101110110101011010110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6F5D; }

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

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

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

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

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

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

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

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