Html Css Color HEX #C67158 Japonica

📋 copy color: '#C67158'

red 198 ◦ green 113 ◦ blue 88

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

Shades of Japonica #C67158

Tints of Japonica #C67158

RGB

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

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

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

R = 49.62%
G = 28.32%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C67158 (or 0xC67158) is known color: Japonica. HEX triplet: C6, 71 and 58. RGB value is (198,113,88). Sum of RGB (Red+Green+Blue) = 198+113+88=399 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.62% from 399); Green value is 113 (44.53% from 255 or 28.32% from 399); Blue value is 88 (34.77% from 255 or 22.06% from 399); Max value from RGB is 198 - color contains mainly: red. Hex color #C67158 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67158 is #398EA7. Grayscale: #878787. Windows color (decimal): -3772072 or 5796294. OLE color: 5796294.

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

Color convert

RGB 198 113 88 -
CMYK 0 0.43 0.56 0.22
HSL 13.64º 0.49% 0.56% -
HSV(B) 13.64º 0.56% 0.78% -
XYZ 30.96 24.52 12.33 -
YUV 135.57 101.16 172.53 -
System Red Green Blue C M Y K H S L
Decimal 198 113 88 0 0.43 0.56 0.22 13.64 0.49 0.56
Hex C6 71 58 0 2B 38 16 E 31 38
Octal 306 161 130 0 53 70 26 16 61 70
Binary 11000110 1110001 1011000 0 101011 111000 10110 1110 110001 111000

Color Harmonies of #C67158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67158

Black with #C67158

Text Example


Text Example

White with #C67158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67158; }

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

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

background-color css

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

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

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

border-color css

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

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

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