Html Css Color HEX #CA7656 Japonica

📋 copy color: '#CA7656'

red 202 ◦ green 118 ◦ blue 86

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

Shades of Japonica #CA7656

Tints of Japonica #CA7656

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.06%

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

R = 49.75%
G = 29.06%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#CA7656 (or 0xCA7656) is known color: Japonica. HEX triplet: CA, 76 and 56. RGB value is (202,118,86). Sum of RGB (Red+Green+Blue) = 202+118+86=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 118 (46.48% from 255 or 29.06% from 406); Blue value is 86 (33.98% from 255 or 21.18% from 406); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7656 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7656 is #3589A9. Grayscale: #8B8B8B. Windows color (decimal): -3508650 or 5666506. OLE color: 5666506.

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

Color convert

RGB 202 118 86 -
CMYK 0 0.42 0.57 0.21
HSL 16.55º 0.52% 0.56% -
HSV(B) 16.55º 0.57% 0.79% -
XYZ 32.52 26.19 12.14 -
YUV 139.47 97.83 172.6 -
System Red Green Blue C M Y K H S L
Decimal 202 118 86 0 0.42 0.57 0.21 16.55 0.52 0.56
Hex CA 76 56 0 2A 39 15 11 34 38
Octal 312 166 126 0 52 71 25 21 64 70
Binary 11001010 1110110 1010110 0 101010 111001 10101 10001 110100 111000

Color Harmonies of #CA7656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7656

Black with #CA7656

Text Example


Text Example

White with #CA7656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7656; }

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

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

background-color css

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

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

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

border-color css

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

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

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