Html Css Color HEX #C96F5E Japonica

📋 copy color: '#C96F5E'

red 201 ◦ green 111 ◦ blue 94

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

Shades of Japonica #C96F5E

Tints of Japonica #C96F5E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.34%

 BLUE value IS 94 (37.11% from 255) = 23.15%

R = 49.51%
G = 27.34%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#C96F5E (or 0xC96F5E) is known color: Japonica. HEX triplet: C9, 6F and 5E. RGB value is (201,111,94). Sum of RGB (Red+Green+Blue) = 201+111+94=406 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.51% from 406); Green value is 111 (43.75% from 255 or 27.34% from 406); Blue value is 94 (37.11% from 255 or 23.15% from 406); Max value from RGB is 201 - color contains mainly: red. Hex color #C96F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96F5E is #3690A1. Grayscale: #888888. Windows color (decimal): -3575970 or 6189001. OLE color: 6189001.

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

Color convert

RGB 201 111 94 -
CMYK 0 0.45 0.53 0.21
HSL 9.53º 0.5% 0.58% -
HSV(B) 9.53º 0.53% 0.79% -
XYZ 31.79 24.59 13.66 -
YUV 135.97 104.32 174.38 -
System Red Green Blue C M Y K H S L
Decimal 201 111 94 0 0.45 0.53 0.21 9.53 0.5 0.58
Hex C9 6F 5E 0 2D 35 15 A 32 3A
Octal 311 157 136 0 55 65 25 12 62 72
Binary 11001001 1101111 1011110 0 101101 110101 10101 1010 110010 111010

Color Harmonies of #C96F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96F5E

Black with #C96F5E

Text Example


Text Example

White with #C96F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96F5E; }

 p { color: rgb(201,111,94); }

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

background-color css

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

 a { background-color: rgb(201,111,94); }

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

border-color css

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

 span { border-color: rgb(201,111,94); }

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