#CA7664

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

Shades of Japonica #CA7664

Tints of Japonica #CA7664

Color information

#CA7664 (or 0xCA7664) is unknown color: approx Japonica. HEX triplet: CA, 76 and 64. RGB value is (202,118,100). Sum of RGB (Red+Green+Blue) = 202+118+100=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 118 (46.48% from 255 or 28.10% from 420); Blue value is 100 (39.45% from 255 or 23.81% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7664 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7664 is #35899B. Grayscale: #8D8D8D. Windows color (decimal): -3508636 or 6584010. OLE color: 6584010.

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

Color convert

RGB202118100-
CMYK00.420.500.21
HSL10.59º49.04%59.22%-
HSV(B)10.59º50.5%79.22%-
XYZ33.1426.4315.41-
YUV141.06104.83171.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.10%
GREEN value IS 118 (46.48% from 255) = 28.10%
BLUE value IS 100 (39.45% from 255) = 23.81%
R=48.10%
G=28.10%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211810000.420.500.2110.5949.0459.22
HexCA766402A3215b313b
Octal3121661440526225136173
Binary11001010111011011001000101010110010101011011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7664; }

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

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

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

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

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

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

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

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