Html Css Color HEX #C3775F Japonica

📋 copy color: '#C3775F'

red 195 ◦ green 119 ◦ blue 95

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

Shades of Japonica #C3775F

Tints of Japonica #C3775F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.1%

 BLUE value IS 95 (37.5% from 255) = 23.23%

R = 47.68%
G = 29.1%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C3775F (or 0xC3775F) is known color: Japonica. HEX triplet: C3, 77 and 5F. RGB value is (195,119,95). Sum of RGB (Red+Green+Blue) = 195+119+95=409 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.68% from 409); Green value is 119 (46.88% from 255 or 29.10% from 409); Blue value is 95 (37.5% from 255 or 23.23% from 409); Max value from RGB is 195 - color contains mainly: red. Hex color #C3775F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3775F is #3C88A0. Grayscale: #8B8B8B. Windows color (decimal): -3967137 or 6256579. OLE color: 6256579.

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

Color convert

RGB 195 119 95 -
CMYK 0 0.39 0.51 0.24
HSL 14.4º 0.45% 0.57% -
HSV(B) 14.4º 0.51% 0.76% -
XYZ 31.17 25.62 14.13 -
YUV 138.99 103.18 167.95 -
System Red Green Blue C M Y K H S L
Decimal 195 119 95 0 0.39 0.51 0.24 14.4 0.45 0.57
Hex C3 77 5F 0 27 33 18 E 2D 39
Octal 303 167 137 0 47 63 30 16 55 71
Binary 11000011 1110111 1011111 0 100111 110011 11000 1110 101101 111001

Color Harmonies of #C3775F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3775F

Black with #C3775F

Text Example


Text Example

White with #C3775F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3775F; }

 p { color: rgb(195,119,95); }

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

background-color css

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

 a { background-color: rgb(195,119,95); }

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

border-color css

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

 span { border-color: rgb(195,119,95); }

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