Html Css Color HEX #C3765E Japonica

📋 copy color: '#C3765E'

red 195 ◦ green 118 ◦ blue 94

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

Shades of Japonica #C3765E

Tints of Japonica #C3765E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.99%

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

R = 47.91%
G = 28.99%
B = 23.1%

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

#C3765E (or 0xC3765E) is known color: Japonica. HEX triplet: C3, 76 and 5E. RGB value is (195,118,94). Sum of RGB (Red+Green+Blue) = 195+118+94=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 118 (46.48% from 255 or 28.99% from 407); Blue value is 94 (37.11% from 255 or 23.10% from 407); Max value from RGB is 195 - color contains mainly: red. Hex color #C3765E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3765E is #3C89A1. Grayscale: #8A8A8A. Windows color (decimal): -3967394 or 6190787. OLE color: 6190787.

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

Color convert

RGB 195 118 94 -
CMYK 0 0.39 0.52 0.24
HSL 14.26º 0.46% 0.57% -
HSV(B) 14.26º 0.52% 0.76% -
XYZ 31 25.37 13.85 -
YUV 138.29 103.01 168.45 -
System Red Green Blue C M Y K H S L
Decimal 195 118 94 0 0.39 0.52 0.24 14.26 0.46 0.57
Hex C3 76 5E 0 27 34 18 E 2E 39
Octal 303 166 136 0 47 64 30 16 56 71
Binary 11000011 1110110 1011110 0 100111 110100 11000 1110 101110 111001

Color Harmonies of #C3765E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3765E

Black with #C3765E

Text Example


Text Example

White with #C3765E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3765E; }

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

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

background-color css

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

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

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

border-color css

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

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

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