#CA7762

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

Shades of Japonica #CA7762

Tints of Japonica #CA7762

Color information

#CA7762 (or 0xCA7762) is unknown color: approx Japonica. HEX triplet: CA, 77 and 62. RGB value is (202,119,98). Sum of RGB (Red+Green+Blue) = 202+119+98=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 119 (46.88% from 255 or 28.40% from 419); Blue value is 98 (38.67% from 255 or 23.39% from 419); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7762 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7762 is #35889D. Grayscale: #8D8D8D. Windows color (decimal): -3508382 or 6453194. OLE color: 6453194.

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

Color convert

RGB20211998-
CMYK00.410.510.21
HSL12.12º49.52%58.82%-
HSV(B)12.12º51.49%79.22%-
XYZ33.1626.6314.95-
YUV141.42103.5171.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.21%
GREEN value IS 119 (46.88% from 255) = 28.40%
BLUE value IS 98 (38.67% from 255) = 23.39%
R=48.21%
G=28.40%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021199800.410.510.2112.1249.5258.82
HexCA77620293315c323b
Octal3121671420516325146273
Binary11001010111011111000100101001110011101011100110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7762; }

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

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

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

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

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

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

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

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