Html Css Color HEX #C37054 Japonica

📋 copy color: '#C37054'

red 195 ◦ green 112 ◦ blue 84

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

Shades of Japonica #C37054

Tints of Japonica #C37054

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.64%

 BLUE value IS 84 (33.2% from 255) = 21.48%

R = 49.87%
G = 28.64%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C37054 (or 0xC37054) is known color: Japonica. HEX triplet: C3, 70 and 54. RGB value is (195,112,84). Sum of RGB (Red+Green+Blue) = 195+112+84=391 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.87% from 391); Green value is 112 (44.14% from 255 or 28.64% from 391); Blue value is 84 (33.20% from 255 or 21.48% from 391); Max value from RGB is 195 - color contains mainly: red. Hex color #C37054 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37054 is #3C8FAB. Grayscale: #858585. Windows color (decimal): -3968940 or 5533891. OLE color: 5533891.

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

Color convert

RGB 195 112 84 -
CMYK 0 0.43 0.57 0.24
HSL 15.14º 0.48% 0.55% -
HSV(B) 15.14º 0.57% 0.76% -
XYZ 29.9 23.83 11.41 -
YUV 133.63 100 171.78 -
System Red Green Blue C M Y K H S L
Decimal 195 112 84 0 0.43 0.57 0.24 15.14 0.48 0.55
Hex C3 70 54 0 2B 39 18 F 30 37
Octal 303 160 124 0 53 71 30 17 60 67
Binary 11000011 1110000 1010100 0 101011 111001 11000 1111 110000 110111

Color Harmonies of #C37054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37054

Black with #C37054

Text Example


Text Example

White with #C37054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37054; }

 p { color: rgb(195,112,84); }

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

background-color css

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

 a { background-color: rgb(195,112,84); }

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

border-color css

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

 span { border-color: rgb(195,112,84); }

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