Html Css Color HEX #C3775E Japonica

📋 copy color: '#C3775E'

red 195 ◦ green 119 ◦ blue 94

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

Shades of Japonica #C3775E

Tints of Japonica #C3775E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.04%

R = 47.79%
G = 29.17%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C3775E (or 0xC3775E) is known color: Japonica. HEX triplet: C3, 77 and 5E. RGB value is (195,119,94). Sum of RGB (Red+Green+Blue) = 195+119+94=408 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.79% from 408); Green value is 119 (46.88% from 255 or 29.17% from 408); Blue value is 94 (37.11% from 255 or 23.04% from 408); Max value from RGB is 195 - color contains mainly: red. Hex color #C3775E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3775E is #3C88A1. Grayscale: #8B8B8B. Windows color (decimal): -3967138 or 6191043. OLE color: 6191043.

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

Color convert

RGB 195 119 94 -
CMYK 0 0.39 0.52 0.24
HSL 14.85º 0.46% 0.57% -
HSV(B) 14.85º 0.52% 0.76% -
XYZ 31.12 25.6 13.89 -
YUV 138.87 102.68 168.03 -
System Red Green Blue C M Y K H S L
Decimal 195 119 94 0 0.39 0.52 0.24 14.85 0.46 0.57
Hex C3 77 5E 0 27 34 18 F 2E 39
Octal 303 167 136 0 47 64 30 17 56 71
Binary 11000011 1110111 1011110 0 100111 110100 11000 1111 101110 111001

Color Harmonies of #C3775E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3775E

Black with #C3775E

Text Example


Text Example

White with #C3775E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3775E; }

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

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

background-color css

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

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

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

border-color css

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

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

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