Html Css Color HEX #C96C5B Japonica

📋 copy color: '#C96C5B'

red 201 ◦ green 108 ◦ blue 91

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

Shades of Japonica #C96C5B

Tints of Japonica #C96C5B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27%

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

R = 50.25%
G = 27%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#C96C5B (or 0xC96C5B) is known color: Japonica. HEX triplet: C9, 6C and 5B. RGB value is (201,108,91). Sum of RGB (Red+Green+Blue) = 201+108+91=400 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.25% from 400); Green value is 108 (42.58% from 255 or 27% from 400); Blue value is 91 (35.94% from 255 or 22.75% from 400); Max value from RGB is 201 - color contains mainly: red. Hex color #C96C5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96C5B is #3693A4. Grayscale: #868686. Windows color (decimal): -3576741 or 5991625. OLE color: 5991625.

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

Color convert

RGB 201 108 91 -
CMYK 0 0.46 0.55 0.21
HSL 9.27º 0.5% 0.57% -
HSV(B) 9.27º 0.55% 0.79% -
XYZ 31.34 23.9 12.86 -
YUV 133.87 103.81 175.88 -
System Red Green Blue C M Y K H S L
Decimal 201 108 91 0 0.46 0.55 0.21 9.27 0.5 0.57
Hex C9 6C 5B 0 2E 37 15 9 32 39
Octal 311 154 133 0 56 67 25 11 62 71
Binary 11001001 1101100 1011011 0 101110 110111 10101 1001 110010 111001

Color Harmonies of #C96C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96C5B

Black with #C96C5B

Text Example


Text Example

White with #C96C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96C5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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