Html Css Color HEX #C96B52 Japonica

📋 copy color: '#C96B52'

red 201 ◦ green 107 ◦ blue 82

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

Shades of Japonica #C96B52

Tints of Japonica #C96B52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.03%

R = 51.54%
G = 27.44%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#C96B52 (or 0xC96B52) is known color: Japonica. HEX triplet: C9, 6B and 52. RGB value is (201,107,82). Sum of RGB (Red+Green+Blue) = 201+107+82=390 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.54% from 390); Green value is 107 (42.19% from 255 or 27.44% from 390); Blue value is 82 (32.42% from 255 or 21.03% from 390); Max value from RGB is 201 - color contains mainly: red. Hex color #C96B52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96B52 is #3694AD. Grayscale: #848484. Windows color (decimal): -3577006 or 5401545. OLE color: 5401545.

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

Color convert

RGB 201 107 82 -
CMYK 0 0.47 0.59 0.21
HSL 12.61º 0.52% 0.55% -
HSV(B) 12.61º 0.59% 0.79% -
XYZ 30.87 23.54 10.9 -
YUV 132.26 99.64 177.03 -
System Red Green Blue C M Y K H S L
Decimal 201 107 82 0 0.47 0.59 0.21 12.61 0.52 0.55
Hex C9 6B 52 0 2F 3B 15 D 34 37
Octal 311 153 122 0 57 73 25 15 64 67
Binary 11001001 1101011 1010010 0 101111 111011 10101 1101 110100 110111

Color Harmonies of #C96B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96B52

Black with #C96B52

Text Example


Text Example

White with #C96B52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96B52; }

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

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

background-color css

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

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

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

border-color css

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

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

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