#CA7964

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

Shades of Japonica #CA7964

Tints of Japonica #CA7964

Color information

#CA7964 (or 0xCA7964) is unknown color: approx Japonica. HEX triplet: CA, 79 and 64. RGB value is (202,121,100). Sum of RGB (Red+Green+Blue) = 202+121+100=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 121 (47.66% from 255 or 28.61% from 423); Blue value is 100 (39.45% from 255 or 23.64% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7964 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7964 is #35869B. Grayscale: #8E8E8E. Windows color (decimal): -3507868 or 6584778. OLE color: 6584778.

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

Color convert

RGB202121100-
CMYK00.400.500.21
HSL12.35º49.04%59.22%-
HSV(B)12.35º50.5%79.22%-
XYZ33.4927.1515.53-
YUV142.83103.84170.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.75%
GREEN value IS 121 (47.66% from 255) = 28.61%
BLUE value IS 100 (39.45% from 255) = 23.64%
R=47.75%
G=28.61%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212110000.400.500.2112.3549.0459.22
HexCA79640283215c313b
Octal3121711440506225146173
Binary11001010111100111001000101000110010101011100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7964; }

 p { color: rgb(202,121,100); }

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

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

 a { background-color: rgb(202,121,100); }

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

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

 span { border-color: rgb(202,121,100); }

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