#CA765D

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

Shades of Japonica #CA765D

Tints of Japonica #CA765D

Color information

#CA765D (or 0xCA765D) is unknown color: approx Japonica. HEX triplet: CA, 76 and 5D. RGB value is (202,118,93). Sum of RGB (Red+Green+Blue) = 202+118+93=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 118 (46.48% from 255 or 28.57% from 413); Blue value is 93 (36.72% from 255 or 22.52% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CA765D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA765D is #3589A2. Grayscale: #8C8C8C. Windows color (decimal): -3508643 or 6125258. OLE color: 6125258.

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

Color convert

RGB20211893-
CMYK00.420.540.21
HSL13.76º50.7%57.84%-
HSV(B)13.76º53.96%79.22%-
XYZ32.8126.313.7-
YUV140.27101.33172.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.91%
GREEN value IS 118 (46.48% from 255) = 28.57%
BLUE value IS 93 (36.72% from 255) = 22.52%
R=48.91%
G=28.57%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021189300.420.540.2113.7650.757.84
HexCA765D02A3615e333a
Octal3121661350526625166372
Binary11001010111011010111010101010110110101011110110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA765D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA765D; }

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

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

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

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

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

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

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

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