Html Css Color HEX #C1755F Japonica

📋 copy color: '#C1755F'

red 193 ◦ green 117 ◦ blue 95

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

Shades of Japonica #C1755F

Tints of Japonica #C1755F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.89%

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

R = 47.65%
G = 28.89%
B = 23.46%

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

#C1755F (or 0xC1755F) is known color: Japonica. HEX triplet: C1, 75 and 5F. RGB value is (193,117,95). Sum of RGB (Red+Green+Blue) = 193+117+95=405 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.65% from 405); Green value is 117 (46.09% from 255 or 28.89% from 405); Blue value is 95 (37.5% from 255 or 23.46% from 405); Max value from RGB is 193 - color contains mainly: red. Hex color #C1755F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1755F is #3E8AA0. Grayscale: #898989. Windows color (decimal): -4098721 or 6256065. OLE color: 6256065.

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

Color convert

RGB 193 117 95 -
CMYK 0 0.39 0.51 0.24
HSL 13.47º 0.44% 0.56% -
HSV(B) 13.47º 0.51% 0.76% -
XYZ 30.42 24.89 14.03 -
YUV 137.22 104.18 167.79 -
System Red Green Blue C M Y K H S L
Decimal 193 117 95 0 0.39 0.51 0.24 13.47 0.44 0.56
Hex C1 75 5F 0 27 33 18 D 2C 38
Octal 301 165 137 0 47 63 30 15 54 70
Binary 11000001 1110101 1011111 0 100111 110011 11000 1101 101100 111000

Color Harmonies of #C1755F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1755F

Black with #C1755F

Text Example


Text Example

White with #C1755F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1755F; }

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

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

background-color css

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

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

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

border-color css

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

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

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