Html Css Color HEX #C1755B Japonica

📋 copy color: '#C1755B'

red 193 ◦ green 117 ◦ blue 91

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

Shades of Japonica #C1755B

Tints of Japonica #C1755B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.69%

R = 48.13%
G = 29.18%
B = 22.69%

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

#C1755B (or 0xC1755B) is known color: Japonica. HEX triplet: C1, 75 and 5B. RGB value is (193,117,91). Sum of RGB (Red+Green+Blue) = 193+117+91=401 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.13% from 401); Green value is 117 (46.09% from 255 or 29.18% from 401); Blue value is 91 (35.94% from 255 or 22.69% from 401); Max value from RGB is 193 - color contains mainly: red. Hex color #C1755B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1755B is #3E8AA4. Grayscale: #888888. Windows color (decimal): -4098725 or 5993921. OLE color: 5993921.

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

Color convert

RGB 193 117 91 -
CMYK 0 0.39 0.53 0.24
HSL 15.29º 0.45% 0.56% -
HSV(B) 15.29º 0.53% 0.76% -
XYZ 30.24 24.82 13.09 -
YUV 136.76 102.18 168.11 -
System Red Green Blue C M Y K H S L
Decimal 193 117 91 0 0.39 0.53 0.24 15.29 0.45 0.56
Hex C1 75 5B 0 27 35 18 F 2D 38
Octal 301 165 133 0 47 65 30 17 55 70
Binary 11000001 1110101 1011011 0 100111 110101 11000 1111 101101 111000

Color Harmonies of #C1755B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1755B

Black with #C1755B

Text Example


Text Example

White with #C1755B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1755B; }

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

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

background-color css

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

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

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

border-color css

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

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

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