Html Css Color HEX #C16F5C Japonica

📋 copy color: '#C16F5C'

red 193 ◦ green 111 ◦ blue 92

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

Shades of Japonica #C16F5C

Tints of Japonica #C16F5C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.03%

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

R = 48.74%
G = 28.03%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C16F5C (or 0xC16F5C) is known color: Japonica. HEX triplet: C1, 6F and 5C. RGB value is (193,111,92). Sum of RGB (Red+Green+Blue) = 193+111+92=396 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.74% from 396); Green value is 111 (43.75% from 255 or 28.03% from 396); Blue value is 92 (36.33% from 255 or 23.23% from 396); Max value from RGB is 193 - color contains mainly: red. Hex color #C16F5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16F5C is #3E90A3. Grayscale: #858585. Windows color (decimal): -4100260 or 6057921. OLE color: 6057921.

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

Color convert

RGB 193 111 92 -
CMYK 0 0.42 0.52 0.24
HSL 11.29º 0.45% 0.56% -
HSV(B) 11.29º 0.52% 0.76% -
XYZ 29.61 23.48 13.1 -
YUV 133.35 104.67 170.54 -
System Red Green Blue C M Y K H S L
Decimal 193 111 92 0 0.42 0.52 0.24 11.29 0.45 0.56
Hex C1 6F 5C 0 2A 34 18 B 2D 38
Octal 301 157 134 0 52 64 30 13 55 70
Binary 11000001 1101111 1011100 0 101010 110100 11000 1011 101101 111000

Color Harmonies of #C16F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16F5C

Black with #C16F5C

Text Example


Text Example

White with #C16F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16F5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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