#CA775C

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

Shades of Japonica #CA775C

Tints of Japonica #CA775C

Color information

#CA775C (or 0xCA775C) is unknown color: approx Japonica. HEX triplet: CA, 77 and 5C. RGB value is (202,119,92). Sum of RGB (Red+Green+Blue) = 202+119+92=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 119 (46.88% from 255 or 28.81% from 413); Blue value is 92 (36.33% from 255 or 22.28% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CA775C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA775C is #3588A3. Grayscale: #8C8C8C. Windows color (decimal): -3508388 or 6059978. OLE color: 6059978.

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

Color convert

RGB20211992-
CMYK00.410.540.21
HSL14.73º50.93%57.65%-
HSV(B)14.73º54.46%79.22%-
XYZ32.8926.5213.51-
YUV140.74100.5171.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.91%
GREEN value IS 119 (46.88% from 255) = 28.81%
BLUE value IS 92 (36.33% from 255) = 22.28%
R=48.91%
G=28.81%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021199200.410.540.2114.7350.9357.65
HexCA775C0293615f333a
Octal3121671340516625176372
Binary11001010111011110111000101001110110101011111110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA775C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA775C; }

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

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

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

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

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

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

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

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