Html Css Color HEX #C96F5F Japonica

📋 copy color: '#C96F5F'

red 201 ◦ green 111 ◦ blue 95

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

Shades of Japonica #C96F5F

Tints of Japonica #C96F5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.34%

R = 49.39%
G = 27.27%
B = 23.34%

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

#C96F5F (or 0xC96F5F) is known color: Japonica. HEX triplet: C9, 6F and 5F. RGB value is (201,111,95). Sum of RGB (Red+Green+Blue) = 201+111+95=407 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.39% from 407); Green value is 111 (43.75% from 255 or 27.27% from 407); Blue value is 95 (37.5% from 255 or 23.34% from 407); Max value from RGB is 201 - color contains mainly: red. Hex color #C96F5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96F5F is #3690A0. Grayscale: #888888. Windows color (decimal): -3575969 or 6254537. OLE color: 6254537.

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

Color convert

RGB 201 111 95 -
CMYK 0 0.45 0.53 0.21
HSL 9.06º 0.5% 0.58% -
HSV(B) 9.06º 0.53% 0.79% -
XYZ 31.84 24.61 13.9 -
YUV 136.09 104.82 174.3 -
System Red Green Blue C M Y K H S L
Decimal 201 111 95 0 0.45 0.53 0.21 9.06 0.5 0.58
Hex C9 6F 5F 0 2D 35 15 9 32 3A
Octal 311 157 137 0 55 65 25 11 62 72
Binary 11001001 1101111 1011111 0 101101 110101 10101 1001 110010 111010

Color Harmonies of #C96F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96F5F

Black with #C96F5F

Text Example


Text Example

White with #C96F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96F5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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