Html Css Color HEX #C97060 Japonica

📋 copy color: '#C97060'

red 201 ◦ green 112 ◦ blue 96

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

Shades of Japonica #C97060

Tints of Japonica #C97060

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.38%

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

R = 49.14%
G = 27.38%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#C97060 (or 0xC97060) is known color: Japonica. HEX triplet: C9, 70 and 60. RGB value is (201,112,96). Sum of RGB (Red+Green+Blue) = 201+112+96=409 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.14% from 409); Green value is 112 (44.14% from 255 or 27.38% from 409); Blue value is 96 (37.89% from 255 or 23.47% from 409); Max value from RGB is 201 - color contains mainly: red. Hex color #C97060 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97060 is #368F9F. Grayscale: #888888. Windows color (decimal): -3575712 or 6320329. OLE color: 6320329.

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

Color convert

RGB 201 112 96 -
CMYK 0 0.44 0.52 0.21
HSL 9.14º 0.49% 0.58% -
HSV(B) 9.14º 0.52% 0.79% -
XYZ 31.99 24.85 14.18 -
YUV 136.79 104.99 173.8 -
System Red Green Blue C M Y K H S L
Decimal 201 112 96 0 0.44 0.52 0.21 9.14 0.49 0.58
Hex C9 70 60 0 2C 34 15 9 31 3A
Octal 311 160 140 0 54 64 25 11 61 72
Binary 11001001 1110000 1100000 0 101100 110100 10101 1001 110001 111010

Color Harmonies of #C97060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97060

Black with #C97060

Text Example


Text Example

White with #C97060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97060; }

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

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

background-color css

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

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

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

border-color css

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

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

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