Html Css Color HEX #C4775E Japonica

📋 copy color: '#C4775E'

red 196 ◦ green 119 ◦ blue 94

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

Shades of Japonica #C4775E

Tints of Japonica #C4775E

RGB

 RED value IS 196 (76.95% from 255) = 47.92%

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

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

R = 47.92%
G = 29.1%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C4775E (or 0xC4775E) is known color: Japonica. HEX triplet: C4, 77 and 5E. RGB value is (196,119,94). Sum of RGB (Red+Green+Blue) = 196+119+94=409 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.92% from 409); Green value is 119 (46.88% from 255 or 29.10% from 409); Blue value is 94 (37.11% from 255 or 22.98% from 409); Max value from RGB is 196 - color contains mainly: red. Hex color #C4775E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4775E is #3B88A1. Grayscale: #8B8B8B. Windows color (decimal): -3901602 or 6191044. OLE color: 6191044.

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

Color convert

RGB 196 119 94 -
CMYK 0 0.39 0.52 0.23
HSL 14.71º 0.46% 0.57% -
HSV(B) 14.71º 0.52% 0.77% -
XYZ 31.38 25.74 13.9 -
YUV 139.17 102.51 168.53 -
System Red Green Blue C M Y K H S L
Decimal 196 119 94 0 0.39 0.52 0.23 14.71 0.46 0.57
Hex C4 77 5E 0 27 34 17 F 2E 39
Octal 304 167 136 0 47 64 27 17 56 71
Binary 11000100 1110111 1011110 0 100111 110100 10111 1111 101110 111001

Color Harmonies of #C4775E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4775E

Black with #C4775E

Text Example


Text Example

White with #C4775E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4775E; }

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

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

background-color css

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

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

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

border-color css

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

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

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