Html Css Color HEX #CA7056 Japonica

📋 copy color: '#CA7056'

red 202 ◦ green 112 ◦ blue 86

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

Shades of Japonica #CA7056

Tints of Japonica #CA7056

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28%

 BLUE value IS 86 (33.98% from 255) = 21.5%

R = 50.5%
G = 28%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#CA7056 (or 0xCA7056) is known color: Japonica. HEX triplet: CA, 70 and 56. RGB value is (202,112,86). Sum of RGB (Red+Green+Blue) = 202+112+86=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 112 (44.14% from 255 or 28% from 400); Blue value is 86 (33.98% from 255 or 21.5% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7056 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7056 is #358FA9. Grayscale: #888888. Windows color (decimal): -3510186 or 5664970. OLE color: 5664970.

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

Color convert

RGB 202 112 86 -
CMYK 0 0.45 0.57 0.21
HSL 13.45º 0.52% 0.56% -
HSV(B) 13.45º 0.57% 0.79% -
XYZ 31.83 24.82 11.92 -
YUV 135.95 99.82 175.11 -
System Red Green Blue C M Y K H S L
Decimal 202 112 86 0 0.45 0.57 0.21 13.45 0.52 0.56
Hex CA 70 56 0 2D 39 15 D 34 38
Octal 312 160 126 0 55 71 25 15 64 70
Binary 11001010 1110000 1010110 0 101101 111001 10101 1101 110100 111000

Color Harmonies of #CA7056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7056

Black with #CA7056

Text Example


Text Example

White with #CA7056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7056; }

 p { color: rgb(202,112,86); }

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

background-color css

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

 a { background-color: rgb(202,112,86); }

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

border-color css

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

 span { border-color: rgb(202,112,86); }

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