Html Css Color HEX #C1765F Japonica

📋 copy color: '#C1765F'

red 193 ◦ green 118 ◦ blue 95

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

Shades of Japonica #C1765F

Tints of Japonica #C1765F

RGB

 RED value IS 193 (75.78% from 255) = 47.54%

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

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

R = 47.54%
G = 29.06%
B = 23.4%

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

#C1765F (or 0xC1765F) is known color: Japonica. HEX triplet: C1, 76 and 5F. RGB value is (193,118,95). Sum of RGB (Red+Green+Blue) = 193+118+95=406 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.54% from 406); Green value is 118 (46.48% from 255 or 29.06% from 406); Blue value is 95 (37.5% from 255 or 23.40% from 406); Max value from RGB is 193 - color contains mainly: red. Hex color #C1765F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1765F is #3E89A0. Grayscale: #898989. Windows color (decimal): -4098465 or 6256321. OLE color: 6256321.

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

Color convert

RGB 193 118 95 -
CMYK 0 0.39 0.51 0.24
HSL 14.08º 0.44% 0.56% -
HSV(B) 14.08º 0.51% 0.76% -
XYZ 30.54 25.12 14.07 -
YUV 137.8 103.85 167.37 -
System Red Green Blue C M Y K H S L
Decimal 193 118 95 0 0.39 0.51 0.24 14.08 0.44 0.56
Hex C1 76 5F 0 27 33 18 E 2C 38
Octal 301 166 137 0 47 63 30 16 54 70
Binary 11000001 1110110 1011111 0 100111 110011 11000 1110 101100 111000

Color Harmonies of #C1765F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1765F

Black with #C1765F

Text Example


Text Example

White with #C1765F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1765F; }

 p { color: rgb(193,118,95); }

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

background-color css

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

 a { background-color: rgb(193,118,95); }

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

border-color css

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

 span { border-color: rgb(193,118,95); }

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