Html Css Color HEX #C97960 Japonica

📋 copy color: '#C97960'

red 201 ◦ green 121 ◦ blue 96

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

Shades of Japonica #C97960

Tints of Japonica #C97960

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.95%

 BLUE value IS 96 (37.89% from 255) = 22.97%

R = 48.09%
G = 28.95%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#C97960 (or 0xC97960) is known color: Japonica. HEX triplet: C9, 79 and 60. RGB value is (201,121,96). Sum of RGB (Red+Green+Blue) = 201+121+96=418 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.09% from 418); Green value is 121 (47.66% from 255 or 28.95% from 418); Blue value is 96 (37.89% from 255 or 22.97% from 418); Max value from RGB is 201 - color contains mainly: red. Hex color #C97960 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97960 is #36869F. Grayscale: #8E8E8E. Windows color (decimal): -3573408 or 6322633. OLE color: 6322633.

HSL color Cylindrical-coordinate representation of color #C97960: hue angle of 14.29º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C97960 is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 121 96 -
CMYK 0 0.40 0.52 0.21
HSL 14.29º 0.49% 0.58% -
HSV(B) 14.29º 0.52% 0.79% -
XYZ 33.04 26.94 14.52 -
YUV 142.07 102 170.03 -
System Red Green Blue C M Y K H S L
Decimal 201 121 96 0 0.40 0.52 0.21 14.29 0.49 0.58
Hex C9 79 60 0 28 34 15 E 31 3A
Octal 311 171 140 0 50 64 25 16 61 72
Binary 11001001 1111001 1100000 0 101000 110100 10101 1110 110001 111010

Color Harmonies of #C97960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97960

Black with #C97960

Text Example


Text Example

White with #C97960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97960; }

 p { color: rgb(201,121,96); }

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

background-color css

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

 a { background-color: rgb(201,121,96); }

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

border-color css

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

 span { border-color: rgb(201,121,96); }

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