#CA6D5C

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

Shades of Japonica #CA6D5C

Tints of Japonica #CA6D5C

Color information

#CA6D5C (or 0xCA6D5C) is unknown color: approx Japonica. HEX triplet: CA, 6D and 5C. RGB value is (202,109,92). Sum of RGB (Red+Green+Blue) = 202+109+92=403 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.12% from 403); Green value is 109 (42.97% from 255 or 27.05% from 403); Blue value is 92 (36.33% from 255 or 22.83% from 403); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6D5C is #3592A3. Grayscale: #878787. Windows color (decimal): -3510948 or 6057418. OLE color: 6057418.

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

Color convert

RGB20210992-
CMYK00.460.540.21
HSL9.27º50.93%57.65%-
HSV(B)9.27º54.46%79.22%-
XYZ31.7624.2713.14-
YUV134.87103.81175.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.12%
GREEN value IS 109 (42.97% from 255) = 27.05%
BLUE value IS 92 (36.33% from 255) = 22.83%
R=50.12%
G=27.05%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021099200.460.540.219.2750.9357.65
HexCA6D5C02E36159333a
Octal3121551340566625116372
Binary11001010110110110111000101110110110101011001110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6D5C; }

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

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

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

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

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

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

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

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