Html Css Color HEX #C1795C Japonica

📋 copy color: '#C1795C'

red 193 ◦ green 121 ◦ blue 92

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

Shades of Japonica #C1795C

Tints of Japonica #C1795C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.8%

 BLUE value IS 92 (36.33% from 255) = 22.66%

R = 47.54%
G = 29.8%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C1795C (or 0xC1795C) is known color: Japonica. HEX triplet: C1, 79 and 5C. RGB value is (193,121,92). Sum of RGB (Red+Green+Blue) = 193+121+92=406 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.54% from 406); Green value is 121 (47.66% from 255 or 29.80% from 406); Blue value is 92 (36.33% from 255 or 22.66% from 406); Max value from RGB is 193 - color contains mainly: red. Hex color #C1795C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1795C is #3E86A3. Grayscale: #8B8B8B. Windows color (decimal): -4097700 or 6060481. OLE color: 6060481.

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

Color convert

RGB 193 121 92 -
CMYK 0 0.37 0.52 0.24
HSL 17.23º 0.45% 0.56% -
HSV(B) 17.23º 0.52% 0.76% -
XYZ 30.76 25.78 13.48 -
YUV 139.22 101.35 166.36 -
System Red Green Blue C M Y K H S L
Decimal 193 121 92 0 0.37 0.52 0.24 17.23 0.45 0.56
Hex C1 79 5C 0 25 34 18 11 2D 38
Octal 301 171 134 0 45 64 30 21 55 70
Binary 11000001 1111001 1011100 0 100101 110100 11000 10001 101101 111000

Color Harmonies of #C1795C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1795C

Black with #C1795C

Text Example


Text Example

White with #C1795C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1795C; }

 p { color: rgb(193,121,92); }

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

background-color css

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

 a { background-color: rgb(193,121,92); }

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

border-color css

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

 span { border-color: rgb(193,121,92); }

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