Html Css Color HEX #C96F5B Japonica

📋 copy color: '#C96F5B'

red 201 ◦ green 111 ◦ blue 91

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

Shades of Japonica #C96F5B

Tints of Japonica #C96F5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.58%

R = 49.88%
G = 27.54%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#C96F5B (or 0xC96F5B) is known color: Japonica. HEX triplet: C9, 6F and 5B. RGB value is (201,111,91). Sum of RGB (Red+Green+Blue) = 201+111+91=403 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.88% from 403); Green value is 111 (43.75% from 255 or 27.54% from 403); Blue value is 91 (35.94% from 255 or 22.58% from 403); Max value from RGB is 201 - color contains mainly: red. Hex color #C96F5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96F5B is #3690A4. Grayscale: #878787. Windows color (decimal): -3575973 or 5992393. OLE color: 5992393.

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

Color convert

RGB 201 111 91 -
CMYK 0 0.45 0.55 0.21
HSL 10.91º 0.5% 0.57% -
HSV(B) 10.91º 0.55% 0.79% -
XYZ 31.66 24.54 12.97 -
YUV 135.63 102.82 174.63 -
System Red Green Blue C M Y K H S L
Decimal 201 111 91 0 0.45 0.55 0.21 10.91 0.5 0.57
Hex C9 6F 5B 0 2D 37 15 B 32 39
Octal 311 157 133 0 55 67 25 13 62 71
Binary 11001001 1101111 1011011 0 101101 110111 10101 1011 110010 111001

Color Harmonies of #C96F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96F5B

Black with #C96F5B

Text Example


Text Example

White with #C96F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96F5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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