Html Css Color HEX #C67358 Japonica

📋 copy color: '#C67358'

red 198 ◦ green 115 ◦ blue 88

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

Shades of Japonica #C67358

Tints of Japonica #C67358

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.68%

 BLUE value IS 88 (34.77% from 255) = 21.95%

R = 49.38%
G = 28.68%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C67358 (or 0xC67358) is known color: Japonica. HEX triplet: C6, 73 and 58. RGB value is (198,115,88). Sum of RGB (Red+Green+Blue) = 198+115+88=401 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.38% from 401); Green value is 115 (45.31% from 255 or 28.68% from 401); Blue value is 88 (34.77% from 255 or 21.95% from 401); Max value from RGB is 198 - color contains mainly: red. Hex color #C67358 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67358 is #398CA7. Grayscale: #888888. Windows color (decimal): -3771560 or 5796806. OLE color: 5796806.

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

Color convert

RGB 198 115 88 -
CMYK 0 0.42 0.56 0.22
HSL 14.73º 0.49% 0.56% -
HSV(B) 14.73º 0.56% 0.78% -
XYZ 31.18 24.97 12.41 -
YUV 136.74 100.5 171.7 -
System Red Green Blue C M Y K H S L
Decimal 198 115 88 0 0.42 0.56 0.22 14.73 0.49 0.56
Hex C6 73 58 0 2A 38 16 F 31 38
Octal 306 163 130 0 52 70 26 17 61 70
Binary 11000110 1110011 1011000 0 101010 111000 10110 1111 110001 111000

Color Harmonies of #C67358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67358

Black with #C67358

Text Example


Text Example

White with #C67358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67358; }

 p { color: rgb(198,115,88); }

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

background-color css

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

 a { background-color: rgb(198,115,88); }

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

border-color css

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

 span { border-color: rgb(198,115,88); }

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