Html Css Color HEX #C37055 Japonica

📋 copy color: '#C37055'

red 195 ◦ green 112 ◦ blue 85

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

Shades of Japonica #C37055

Tints of Japonica #C37055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.68%

R = 49.74%
G = 28.57%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C37055 (or 0xC37055) is known color: Japonica. HEX triplet: C3, 70 and 55. RGB value is (195,112,85). Sum of RGB (Red+Green+Blue) = 195+112+85=392 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.74% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 85 (33.59% from 255 or 21.68% from 392); Max value from RGB is 195 - color contains mainly: red. Hex color #C37055 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37055 is #3C8FAA. Grayscale: #858585. Windows color (decimal): -3968939 or 5599427. OLE color: 5599427.

HSL color Cylindrical-coordinate representation of color #C37055: hue angle of 14.73º 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 #C37055 is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 112 85 -
CMYK 0 0.43 0.56 0.24
HSL 14.73º 0.48% 0.55% -
HSV(B) 14.73º 0.56% 0.76% -
XYZ 29.94 23.85 11.62 -
YUV 133.74 100.5 171.7 -
System Red Green Blue C M Y K H S L
Decimal 195 112 85 0 0.43 0.56 0.24 14.73 0.48 0.55
Hex C3 70 55 0 2B 38 18 F 30 37
Octal 303 160 125 0 53 70 30 17 60 67
Binary 11000011 1110000 1010101 0 101011 111000 11000 1111 110000 110111

Color Harmonies of #C37055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37055

Black with #C37055

Text Example


Text Example

White with #C37055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37055; }

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

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

background-color css

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

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

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

border-color css

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

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

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