Html Css Color HEX #C1765A Japonica

📋 copy color: '#C1765A'

red 193 ◦ green 118 ◦ blue 90

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

Shades of Japonica #C1765A

Tints of Japonica #C1765A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.44%

R = 48.13%
G = 29.43%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C1765A (or 0xC1765A) is known color: Japonica. HEX triplet: C1, 76 and 5A. RGB value is (193,118,90). Sum of RGB (Red+Green+Blue) = 193+118+90=401 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.13% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 90 (35.55% from 255 or 22.44% from 401); Max value from RGB is 193 - color contains mainly: red. Hex color #C1765A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1765A is #3E89A5. Grayscale: #898989. Windows color (decimal): -4098470 or 5928641. OLE color: 5928641.

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

Color convert

RGB 193 118 90 -
CMYK 0 0.39 0.53 0.24
HSL 16.31º 0.45% 0.55% -
HSV(B) 16.31º 0.53% 0.76% -
XYZ 30.32 25.03 12.91 -
YUV 137.23 101.35 167.78 -
System Red Green Blue C M Y K H S L
Decimal 193 118 90 0 0.39 0.53 0.24 16.31 0.45 0.55
Hex C1 76 5A 0 27 35 18 10 2D 37
Octal 301 166 132 0 47 65 30 20 55 67
Binary 11000001 1110110 1011010 0 100111 110101 11000 10000 101101 110111

Color Harmonies of #C1765A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1765A

Black with #C1765A

Text Example


Text Example

White with #C1765A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1765A; }

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

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

background-color css

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

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

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

border-color css

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

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

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