Html Css Color HEX #C96B57 Japonica

📋 copy color: '#C96B57'

red 201 ◦ green 107 ◦ blue 87

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

Shades of Japonica #C96B57

Tints of Japonica #C96B57

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.09%

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

R = 50.89%
G = 27.09%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#C96B57 (or 0xC96B57) is known color: Japonica. HEX triplet: C9, 6B and 57. RGB value is (201,107,87). Sum of RGB (Red+Green+Blue) = 201+107+87=395 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.89% from 395); Green value is 107 (42.19% from 255 or 27.09% from 395); Blue value is 87 (34.38% from 255 or 22.03% from 395); Max value from RGB is 201 - color contains mainly: red. Hex color #C96B57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96B57 is #3694A8. Grayscale: #858585. Windows color (decimal): -3577001 or 5729225. OLE color: 5729225.

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

Color convert

RGB 201 107 87 -
CMYK 0 0.47 0.57 0.21
HSL 10.53º 0.51% 0.56% -
HSV(B) 10.53º 0.57% 0.79% -
XYZ 31.07 23.62 11.94 -
YUV 132.83 102.14 176.63 -
System Red Green Blue C M Y K H S L
Decimal 201 107 87 0 0.47 0.57 0.21 10.53 0.51 0.56
Hex C9 6B 57 0 2F 39 15 B 33 38
Octal 311 153 127 0 57 71 25 13 63 70
Binary 11001001 1101011 1010111 0 101111 111001 10101 1011 110011 111000

Color Harmonies of #C96B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96B57

Black with #C96B57

Text Example


Text Example

White with #C96B57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96B57; }

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

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

background-color css

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

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

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

border-color css

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

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

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