Html Css Color HEX #CA7563 Japonica

📋 copy color: '#CA7563'

red 202 ◦ green 117 ◦ blue 99

#CA7563
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japonica #CA7563

Tints of Japonica #CA7563

RGB

 RED value IS 202 (79.3% from 255) = 48.33%

 GREEN value IS 117 (46.09% from 255) = 27.99%

 BLUE value IS 99 (39.06% from 255) = 23.68%

R = 48.33%
G = 27.99%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#CA7563 (or 0xCA7563) is known color: Japonica. HEX triplet: CA, 75 and 63. RGB value is (202,117,99). Sum of RGB (Red+Green+Blue) = 202+117+99=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 117 (46.09% from 255 or 27.99% from 418); Blue value is 99 (39.06% from 255 or 23.68% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7563 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7563 is #358A9C. Grayscale: #8C8C8C. Windows color (decimal): -3508893 or 6518218. OLE color: 6518218.

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

Color convert

RGB 202 117 99 -
CMYK 0 0.42 0.51 0.21
HSL 10.49º 0.49% 0.59% -
HSV(B) 10.49º 0.51% 0.79% -
XYZ 32.97 26.18 15.12 -
YUV 140.36 104.66 171.96 -
System Red Green Blue C M Y K H S L
Decimal 202 117 99 0 0.42 0.51 0.21 10.49 0.49 0.59
Hex CA 75 63 0 2A 33 15 A 31 3B
Octal 312 165 143 0 52 63 25 12 61 73
Binary 11001010 1110101 1100011 0 101010 110011 10101 1010 110001 111011

Color Harmonies of #CA7563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7563

Black with #CA7563

Text Example


Text Example

White with #CA7563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7563; }

 p { color: rgb(202,117,99); }

 H1.HeaderClassName
 {
   color: #CA7563;
 }
 .AnyTagClassName
 {
   color: #CA7563;
 }
</style>

background-color css

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

 a { background-color: rgb(202,117,99); }

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

border-color css

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

 span { border-color: rgb(202,117,99); }

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