Html Css Color HEX #C67156 Japonica

📋 copy color: '#C67156'

red 198 ◦ green 113 ◦ blue 86

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

Shades of Japonica #C67156

Tints of Japonica #C67156

RGB

 RED value IS 198 (77.73% from 255) = 49.87%

 GREEN value IS 113 (44.53% from 255) = 28.46%

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

R = 49.87%
G = 28.46%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C67156 (or 0xC67156) is known color: Japonica. HEX triplet: C6, 71 and 56. RGB value is (198,113,86). Sum of RGB (Red+Green+Blue) = 198+113+86=397 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.87% from 397); Green value is 113 (44.53% from 255 or 28.46% from 397); Blue value is 86 (33.98% from 255 or 21.66% from 397); Max value from RGB is 198 - color contains mainly: red. Hex color #C67156 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67156 is #398EA9. Grayscale: #878787. Windows color (decimal): -3772074 or 5665222. OLE color: 5665222.

HSL color Cylindrical-coordinate representation of color #C67156: hue angle of 14.46º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C67156 is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 113 86 -
CMYK 0 0.43 0.57 0.22
HSL 14.46º 0.5% 0.56% -
HSV(B) 14.46º 0.57% 0.78% -
XYZ 30.87 24.49 11.9 -
YUV 135.34 100.16 172.7 -
System Red Green Blue C M Y K H S L
Decimal 198 113 86 0 0.43 0.57 0.22 14.46 0.5 0.56
Hex C6 71 56 0 2B 39 16 E 32 38
Octal 306 161 126 0 53 71 26 16 62 70
Binary 11000110 1110001 1010110 0 101011 111001 10110 1110 110010 111000

Color Harmonies of #C67156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67156

Black with #C67156

Text Example


Text Example

White with #C67156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67156; }

 p { color: rgb(198,113,86); }

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

background-color css

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

 a { background-color: rgb(198,113,86); }

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

border-color css

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

 span { border-color: rgb(198,113,86); }

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