Html Css Color HEX #C97158 Japonica

📋 copy color: '#C97158'

red 201 ◦ green 113 ◦ blue 88

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

Shades of Japonica #C97158

Tints of Japonica #C97158

RGB

 RED value IS 201 (78.91% from 255) = 50%

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

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

R = 50%
G = 28.11%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#C97158 (or 0xC97158) is known color: Japonica. HEX triplet: C9, 71 and 58. RGB value is (201,113,88). Sum of RGB (Red+Green+Blue) = 201+113+88=402 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50% from 402); Green value is 113 (44.53% from 255 or 28.11% from 402); Blue value is 88 (34.77% from 255 or 21.89% from 402); Max value from RGB is 201 - color contains mainly: red. Hex color #C97158 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97158 is #368EA7. Grayscale: #888888. Windows color (decimal): -3575464 or 5796297. OLE color: 5796297.

HSL color Cylindrical-coordinate representation of color #C97158: hue angle of 13.27º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C97158 is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 113 88 -
CMYK 0 0.44 0.56 0.21
HSL 13.27º 0.51% 0.57% -
HSV(B) 13.27º 0.56% 0.79% -
XYZ 31.75 24.93 12.37 -
YUV 136.46 100.65 174.03 -
System Red Green Blue C M Y K H S L
Decimal 201 113 88 0 0.44 0.56 0.21 13.27 0.51 0.57
Hex C9 71 58 0 2C 38 15 D 33 39
Octal 311 161 130 0 54 70 25 15 63 71
Binary 11001001 1110001 1011000 0 101100 111000 10101 1101 110011 111001

Color Harmonies of #C97158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97158

Black with #C97158

Text Example


Text Example

White with #C97158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97158; }

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

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

background-color css

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

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

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

border-color css

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

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

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