Html Css Color HEX #C37058 Japonica

📋 copy color: '#C37058'

red 195 ◦ green 112 ◦ blue 88

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

Shades of Japonica #C37058

Tints of Japonica #C37058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 22.28%

R = 49.37%
G = 28.35%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C37058 (or 0xC37058) is known color: Japonica. HEX triplet: C3, 70 and 58. RGB value is (195,112,88). Sum of RGB (Red+Green+Blue) = 195+112+88=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 88 (34.77% from 255 or 22.28% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C37058 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37058 is #3C8FA7. Grayscale: #868686. Windows color (decimal): -3968936 or 5796035. OLE color: 5796035.

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

Color convert

RGB 195 112 88 -
CMYK 0 0.43 0.55 0.24
HSL 13.46º 0.47% 0.55% -
HSV(B) 13.46º 0.55% 0.76% -
XYZ 30.06 23.9 12.26 -
YUV 134.08 102 171.45 -
System Red Green Blue C M Y K H S L
Decimal 195 112 88 0 0.43 0.55 0.24 13.46 0.47 0.55
Hex C3 70 58 0 2B 37 18 D 2F 37
Octal 303 160 130 0 53 67 30 15 57 67
Binary 11000011 1110000 1011000 0 101011 110111 11000 1101 101111 110111

Color Harmonies of #C37058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37058

Black with #C37058

Text Example


Text Example

White with #C37058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37058; }

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

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

background-color css

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

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

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

border-color css

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

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

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