Html Css Color HEX #C97458 Japonica

📋 copy color: '#C97458'

red 201 ◦ green 116 ◦ blue 88

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

Shades of Japonica #C97458

Tints of Japonica #C97458

RGB

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

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

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

R = 49.63%
G = 28.64%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#C97458 (or 0xC97458) is known color: Japonica. HEX triplet: C9, 74 and 58. RGB value is (201,116,88). Sum of RGB (Red+Green+Blue) = 201+116+88=405 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.63% from 405); Green value is 116 (45.70% from 255 or 28.64% from 405); Blue value is 88 (34.77% from 255 or 21.73% from 405); Max value from RGB is 201 - color contains mainly: red. Hex color #C97458 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97458 is #368BA7. Grayscale: #8A8A8A. Windows color (decimal): -3574696 or 5797065. OLE color: 5797065.

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

Color convert

RGB 201 116 88 -
CMYK 0 0.42 0.56 0.21
HSL 14.87º 0.51% 0.57% -
HSV(B) 14.87º 0.56% 0.79% -
XYZ 32.09 25.61 12.48 -
YUV 138.22 99.66 172.78 -
System Red Green Blue C M Y K H S L
Decimal 201 116 88 0 0.42 0.56 0.21 14.87 0.51 0.57
Hex C9 74 58 0 2A 38 15 F 33 39
Octal 311 164 130 0 52 70 25 17 63 71
Binary 11001001 1110100 1011000 0 101010 111000 10101 1111 110011 111001

Color Harmonies of #C97458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97458

Black with #C97458

Text Example


Text Example

White with #C97458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97458; }

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

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

background-color css

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

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

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

border-color css

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

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

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