Html Css Color HEX #C96E57 Japonica

📋 copy color: '#C96E57'

red 201 ◦ green 110 ◦ blue 87

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

Shades of Japonica #C96E57

Tints of Japonica #C96E57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 21.86%

R = 50.5%
G = 27.64%
B = 21.86%

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

#C96E57 (or 0xC96E57) is known color: Japonica. HEX triplet: C9, 6E and 57. RGB value is (201,110,87). Sum of RGB (Red+Green+Blue) = 201+110+87=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 110 (43.36% from 255 or 27.64% from 398); Blue value is 87 (34.38% from 255 or 21.86% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C96E57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96E57 is #3691A8. Grayscale: #868686. Windows color (decimal): -3576233 or 5729993. OLE color: 5729993.

HSL color Cylindrical-coordinate representation of color #C96E57: hue angle of 12.11º degrees, saturation: 0.51, 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 #C96E57 is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 110 87 -
CMYK 0 0.45 0.57 0.21
HSL 12.11º 0.51% 0.56% -
HSV(B) 12.11º 0.57% 0.79% -
XYZ 31.38 24.26 12.04 -
YUV 134.59 101.15 175.37 -
System Red Green Blue C M Y K H S L
Decimal 201 110 87 0 0.45 0.57 0.21 12.11 0.51 0.56
Hex C9 6E 57 0 2D 39 15 C 33 38
Octal 311 156 127 0 55 71 25 14 63 70
Binary 11001001 1101110 1010111 0 101101 111001 10101 1100 110011 111000

Color Harmonies of #C96E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96E57

Black with #C96E57

Text Example


Text Example

White with #C96E57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96E57; }

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

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

background-color css

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

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

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

border-color css

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

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

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