Html Css Color HEX #C97259 Japonica

📋 copy color: '#C97259'

red 201 ◦ green 114 ◦ blue 89

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

Shades of Japonica #C97259

Tints of Japonica #C97259

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.22%

 BLUE value IS 89 (35.16% from 255) = 22.03%

R = 49.75%
G = 28.22%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#C97259 (or 0xC97259) is known color: Japonica. HEX triplet: C9, 72 and 59. RGB value is (201,114,89). Sum of RGB (Red+Green+Blue) = 201+114+89=404 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.75% from 404); Green value is 114 (44.92% from 255 or 28.22% from 404); Blue value is 89 (35.16% from 255 or 22.03% from 404); Max value from RGB is 201 - color contains mainly: red. Hex color #C97259 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97259 is #368DA6. Grayscale: #898989. Windows color (decimal): -3575207 or 5862089. OLE color: 5862089.

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

Color convert

RGB 201 114 89 -
CMYK 0 0.43 0.56 0.21
HSL 13.39º 0.51% 0.57% -
HSV(B) 13.39º 0.56% 0.79% -
XYZ 31.91 25.17 12.63 -
YUV 137.16 100.82 173.53 -
System Red Green Blue C M Y K H S L
Decimal 201 114 89 0 0.43 0.56 0.21 13.39 0.51 0.57
Hex C9 72 59 0 2B 38 15 D 33 39
Octal 311 162 131 0 53 70 25 15 63 71
Binary 11001001 1110010 1011001 0 101011 111000 10101 1101 110011 111001

Color Harmonies of #C97259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97259

Black with #C97259

Text Example


Text Example

White with #C97259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97259; }

 p { color: rgb(201,114,89); }

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

background-color css

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

 a { background-color: rgb(201,114,89); }

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

border-color css

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

 span { border-color: rgb(201,114,89); }

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