Html Css Color HEX #C67458 Japonica

📋 copy color: '#C67458'

red 198 ◦ green 116 ◦ blue 88

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

Shades of Japonica #C67458

Tints of Japonica #C67458

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.86%

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

R = 49.25%
G = 28.86%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C67458 (or 0xC67458) is known color: Japonica. HEX triplet: C6, 74 and 58. RGB value is (198,116,88). Sum of RGB (Red+Green+Blue) = 198+116+88=402 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.25% from 402); Green value is 116 (45.70% from 255 or 28.86% from 402); Blue value is 88 (34.77% from 255 or 21.89% from 402); Max value from RGB is 198 - color contains mainly: red. Hex color #C67458 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67458 is #398BA7. Grayscale: #898989. Windows color (decimal): -3771304 or 5797062. OLE color: 5797062.

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

Color convert

RGB 198 116 88 -
CMYK 0 0.41 0.56 0.22
HSL 15.27º 0.49% 0.56% -
HSV(B) 15.27º 0.56% 0.78% -
XYZ 31.3 25.2 12.45 -
YUV 137.33 100.17 171.28 -
System Red Green Blue C M Y K H S L
Decimal 198 116 88 0 0.41 0.56 0.22 15.27 0.49 0.56
Hex C6 74 58 0 29 38 16 F 31 38
Octal 306 164 130 0 51 70 26 17 61 70
Binary 11000110 1110100 1011000 0 101001 111000 10110 1111 110001 111000

Color Harmonies of #C67458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67458

Black with #C67458

Text Example


Text Example

White with #C67458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67458; }

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

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

background-color css

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

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

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

border-color css

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

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

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