Html Css Color HEX #C97862 Japonica

📋 copy color: '#C97862'

red 201 ◦ green 120 ◦ blue 98

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

Shades of Japonica #C97862

Tints of Japonica #C97862

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.64%

 BLUE value IS 98 (38.67% from 255) = 23.39%

R = 47.97%
G = 28.64%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#C97862 (or 0xC97862) is known color: Japonica. HEX triplet: C9, 78 and 62. RGB value is (201,120,98). Sum of RGB (Red+Green+Blue) = 201+120+98=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 120 (47.27% from 255 or 28.64% from 419); Blue value is 98 (38.67% from 255 or 23.39% from 419); Max value from RGB is 201 - color contains mainly: red. Hex color #C97862 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97862 is #36879D. Grayscale: #8D8D8D. Windows color (decimal): -3573662 or 6453449. OLE color: 6453449.

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

Color convert

RGB 201 120 98 -
CMYK 0 0.40 0.51 0.21
HSL 12.82º 0.49% 0.59% -
HSV(B) 12.82º 0.51% 0.79% -
XYZ 33.01 26.73 14.98 -
YUV 141.71 103.34 170.29 -
System Red Green Blue C M Y K H S L
Decimal 201 120 98 0 0.40 0.51 0.21 12.82 0.49 0.59
Hex C9 78 62 0 28 33 15 D 31 3B
Octal 311 170 142 0 50 63 25 15 61 73
Binary 11001001 1111000 1100010 0 101000 110011 10101 1101 110001 111011

Color Harmonies of #C97862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97862

Black with #C97862

Text Example


Text Example

White with #C97862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97862; }

 p { color: rgb(201,120,98); }

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

background-color css

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

 a { background-color: rgb(201,120,98); }

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

border-color css

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

 span { border-color: rgb(201,120,98); }

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