#CA6C5C

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

Shades of Japonica #CA6C5C

Tints of Japonica #CA6C5C

Color information

#CA6C5C (or 0xCA6C5C) is unknown color: approx Japonica. HEX triplet: CA, 6C and 5C. RGB value is (202,108,92). Sum of RGB (Red+Green+Blue) = 202+108+92=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 108 (42.58% from 255 or 26.87% from 402); Blue value is 92 (36.33% from 255 or 22.89% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6C5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6C5C is #3593A3. Grayscale: #868686. Windows color (decimal): -3511204 or 6057162. OLE color: 6057162.

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

Color convert

RGB20210892-
CMYK00.470.540.21
HSL8.73º50.93%57.65%-
HSV(B)8.73º54.46%79.22%-
XYZ31.6524.0513.1-
YUV134.28104.14176.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.25%
GREEN value IS 108 (42.58% from 255) = 26.87%
BLUE value IS 92 (36.33% from 255) = 22.89%
R=50.25%
G=26.87%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021089200.470.540.218.7350.9357.65
HexCA6C5C02F36159333a
Octal3121541340576625116372
Binary11001010110110010111000101111110110101011001110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6C5C; }

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

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

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

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

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

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

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

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