Html Css Color HEX #C67860 Japonica

📋 copy color: '#C67860'

red 198 ◦ green 120 ◦ blue 96

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

Shades of Japonica #C67860

Tints of Japonica #C67860

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.99%

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

R = 47.83%
G = 28.99%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C67860 (or 0xC67860) is known color: Japonica. HEX triplet: C6, 78 and 60. RGB value is (198,120,96). Sum of RGB (Red+Green+Blue) = 198+120+96=414 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.83% from 414); Green value is 120 (47.27% from 255 or 28.99% from 414); Blue value is 96 (37.89% from 255 or 23.19% from 414); Max value from RGB is 198 - color contains mainly: red. Hex color #C67860 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67860 is #39879F. Grayscale: #8C8C8C. Windows color (decimal): -3770272 or 6322374. OLE color: 6322374.

HSL color Cylindrical-coordinate representation of color #C67860: hue angle of 14.12º 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 #C67860 is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 120 96 -
CMYK 0 0.39 0.52 0.22
HSL 14.12º 0.47% 0.58% -
HSV(B) 14.12º 0.52% 0.78% -
XYZ 32.12 26.28 14.45 -
YUV 140.59 102.84 168.95 -
System Red Green Blue C M Y K H S L
Decimal 198 120 96 0 0.39 0.52 0.22 14.12 0.47 0.58
Hex C6 78 60 0 27 34 16 E 2F 3A
Octal 306 170 140 0 47 64 26 16 57 72
Binary 11000110 1111000 1100000 0 100111 110100 10110 1110 101111 111010

Color Harmonies of #C67860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67860

Black with #C67860

Text Example


Text Example

White with #C67860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67860; }

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

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

background-color css

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

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

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

border-color css

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

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

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