Html Css Color HEX #C96E56 Japonica

📋 copy color: '#C96E56'

red 201 ◦ green 110 ◦ blue 86

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

Shades of Japonica #C96E56

Tints of Japonica #C96E56

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.71%

 BLUE value IS 86 (33.98% from 255) = 21.66%

R = 50.63%
G = 27.71%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#C96E56 (or 0xC96E56) is known color: Japonica. HEX triplet: C9, 6E and 56. RGB value is (201,110,86). Sum of RGB (Red+Green+Blue) = 201+110+86=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 110 (43.36% from 255 or 27.71% from 397); Blue value is 86 (33.98% from 255 or 21.66% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C96E56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96E56 is #3691A9. Grayscale: #868686. Windows color (decimal): -3576234 or 5664457. OLE color: 5664457.

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

Color convert

RGB 201 110 86 -
CMYK 0 0.45 0.57 0.21
HSL 12.52º 0.52% 0.56% -
HSV(B) 12.52º 0.57% 0.79% -
XYZ 31.34 24.24 11.83 -
YUV 134.47 100.65 175.45 -
System Red Green Blue C M Y K H S L
Decimal 201 110 86 0 0.45 0.57 0.21 12.52 0.52 0.56
Hex C9 6E 56 0 2D 39 15 D 34 38
Octal 311 156 126 0 55 71 25 15 64 70
Binary 11001001 1101110 1010110 0 101101 111001 10101 1101 110100 111000

Color Harmonies of #C96E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96E56

Black with #C96E56

Text Example


Text Example

White with #C96E56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96E56; }

 p { color: rgb(201,110,86); }

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

background-color css

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

 a { background-color: rgb(201,110,86); }

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

border-color css

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

 span { border-color: rgb(201,110,86); }

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