Html Css Color HEX #C67760 Japonica

📋 copy color: '#C67760'

red 198 ◦ green 119 ◦ blue 96

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

Shades of Japonica #C67760

Tints of Japonica #C67760

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.81%

 BLUE value IS 96 (37.89% from 255) = 23.24%

R = 47.94%
G = 28.81%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C67760 (or 0xC67760) is known color: Japonica. HEX triplet: C6, 77 and 60. RGB value is (198,119,96). Sum of RGB (Red+Green+Blue) = 198+119+96=413 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.94% from 413); Green value is 119 (46.88% from 255 or 28.81% from 413); Blue value is 96 (37.89% from 255 or 23.24% from 413); Max value from RGB is 198 - color contains mainly: red. Hex color #C67760 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67760 is #39889F. Grayscale: #8C8C8C. Windows color (decimal): -3770528 or 6322118. OLE color: 6322118.

HSL color Cylindrical-coordinate representation of color #C67760: hue angle of 13.53º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C67760 is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 119 96 -
CMYK 0 0.40 0.52 0.22
HSL 13.53º 0.47% 0.58% -
HSV(B) 13.53º 0.52% 0.78% -
XYZ 32 26.04 14.41 -
YUV 140 103.17 169.37 -
System Red Green Blue C M Y K H S L
Decimal 198 119 96 0 0.40 0.52 0.22 13.53 0.47 0.58
Hex C6 77 60 0 28 34 16 E 2F 3A
Octal 306 167 140 0 50 64 26 16 57 72
Binary 11000110 1110111 1100000 0 101000 110100 10110 1110 101111 111010

Color Harmonies of #C67760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67760

Black with #C67760

Text Example


Text Example

White with #C67760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67760; }

 p { color: rgb(198,119,96); }

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

background-color css

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

 a { background-color: rgb(198,119,96); }

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

border-color css

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

 span { border-color: rgb(198,119,96); }

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