Html Css Color HEX #CA7559 Japonica

📋 copy color: '#CA7559'

red 202 ◦ green 117 ◦ blue 89

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

Shades of Japonica #CA7559

Tints of Japonica #CA7559

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 21.81%

R = 49.51%
G = 28.68%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#CA7559 (or 0xCA7559) is known color: Japonica. HEX triplet: CA, 75 and 59. RGB value is (202,117,89). Sum of RGB (Red+Green+Blue) = 202+117+89=408 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.51% from 408); Green value is 117 (46.09% from 255 or 28.68% from 408); Blue value is 89 (35.16% from 255 or 21.81% from 408); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7559 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7559 is #358AA6. Grayscale: #8B8B8B. Windows color (decimal): -3508903 or 5862858. OLE color: 5862858.

HSL color Cylindrical-coordinate representation of color #CA7559: hue angle of 14.87º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA7559 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 117 89 -
CMYK 0 0.42 0.56 0.21
HSL 14.87º 0.52% 0.57% -
HSV(B) 14.87º 0.56% 0.79% -
XYZ 32.52 26 12.76 -
YUV 139.22 99.66 172.78 -
System Red Green Blue C M Y K H S L
Decimal 202 117 89 0 0.42 0.56 0.21 14.87 0.52 0.57
Hex CA 75 59 0 2A 38 15 F 34 39
Octal 312 165 131 0 52 70 25 17 64 71
Binary 11001010 1110101 1011001 0 101010 111000 10101 1111 110100 111001

Color Harmonies of #CA7559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7559

Black with #CA7559

Text Example


Text Example

White with #CA7559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7559; }

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

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

background-color css

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

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

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

border-color css

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

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

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