#CA775B

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

Shades of Japonica #CA775B

Tints of Japonica #CA775B

Color information

#CA775B (or 0xCA775B) is unknown color: approx Japonica. HEX triplet: CA, 77 and 5B. RGB value is (202,119,91). Sum of RGB (Red+Green+Blue) = 202+119+91=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 119 (46.88% from 255 or 28.88% from 412); Blue value is 91 (35.94% from 255 or 22.09% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CA775B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA775B is #3588A4. Grayscale: #8C8C8C. Windows color (decimal): -3508389 or 5994442. OLE color: 5994442.

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

Color convert

RGB20211991-
CMYK00.410.550.21
HSL15.14º51.15%57.45%-
HSV(B)15.14º54.95%79.22%-
XYZ32.8426.5113.28-
YUV140.62100171.78-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.03%
GREEN value IS 119 (46.88% from 255) = 28.88%
BLUE value IS 91 (35.94% from 255) = 22.09%
R=49.03%
G=28.88%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021199100.410.550.2115.1451.1557.45
HexCA775B0293715f3339
Octal3121671330516725176371
Binary11001010111011110110110101001110111101011111110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA775B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA775B; }

 p { color: rgb(202,119,91); }

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

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

 a { background-color: rgb(202,119,91); }

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

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

 span { border-color: rgb(202,119,91); }

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