Html Css Color HEX #C37256 Japonica

📋 copy color: '#C37256'

red 195 ◦ green 114 ◦ blue 86

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

Shades of Japonica #C37256

Tints of Japonica #C37256

RGB

 RED value IS 195 (76.56% from 255) = 49.37%

 GREEN value IS 114 (44.92% from 255) = 28.86%

 BLUE value IS 86 (33.98% from 255) = 21.77%

R = 49.37%
G = 28.86%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C37256 (or 0xC37256) is known color: Japonica. HEX triplet: C3, 72 and 56. RGB value is (195,114,86). Sum of RGB (Red+Green+Blue) = 195+114+86=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 114 (44.92% from 255 or 28.86% from 395); Blue value is 86 (33.98% from 255 or 21.77% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C37256 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37256 is #3C8DA9. Grayscale: #878787. Windows color (decimal): -3968426 or 5665475. OLE color: 5665475.

HSL color Cylindrical-coordinate representation of color #C37256: hue angle of 15.41º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C37256 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 114 86 -
CMYK 0 0.42 0.56 0.24
HSL 15.41º 0.48% 0.55% -
HSV(B) 15.41º 0.56% 0.76% -
XYZ 30.2 24.31 11.9 -
YUV 135.03 100.34 170.78 -
System Red Green Blue C M Y K H S L
Decimal 195 114 86 0 0.42 0.56 0.24 15.41 0.48 0.55
Hex C3 72 56 0 2A 38 18 F 30 37
Octal 303 162 126 0 52 70 30 17 60 67
Binary 11000011 1110010 1010110 0 101010 111000 11000 1111 110000 110111

Color Harmonies of #C37256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37256

Black with #C37256

Text Example


Text Example

White with #C37256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37256; }

 p { color: rgb(195,114,86); }

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

background-color css

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

 a { background-color: rgb(195,114,86); }

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

border-color css

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

 span { border-color: rgb(195,114,86); }

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