Html Css Color HEX #C1725A Japonica

📋 copy color: '#C1725A'

red 193 ◦ green 114 ◦ blue 90

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

Shades of Japonica #C1725A

Tints of Japonica #C1725A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.72%

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

R = 48.61%
G = 28.72%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C1725A (or 0xC1725A) is known color: Japonica. HEX triplet: C1, 72 and 5A. RGB value is (193,114,90). Sum of RGB (Red+Green+Blue) = 193+114+90=397 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.61% from 397); Green value is 114 (44.92% from 255 or 28.72% from 397); Blue value is 90 (35.55% from 255 or 22.67% from 397); Max value from RGB is 193 - color contains mainly: red. Hex color #C1725A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1725A is #3E8DA5. Grayscale: #878787. Windows color (decimal): -4099494 or 5927617. OLE color: 5927617.

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

Color convert

RGB 193 114 90 -
CMYK 0 0.41 0.53 0.24
HSL 13.98º 0.45% 0.55% -
HSV(B) 13.98º 0.53% 0.76% -
XYZ 29.86 24.11 12.75 -
YUV 134.89 102.67 169.45 -
System Red Green Blue C M Y K H S L
Decimal 193 114 90 0 0.41 0.53 0.24 13.98 0.45 0.55
Hex C1 72 5A 0 29 35 18 E 2D 37
Octal 301 162 132 0 51 65 30 16 55 67
Binary 11000001 1110010 1011010 0 101001 110101 11000 1110 101101 110111

Color Harmonies of #C1725A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1725A

Black with #C1725A

Text Example


Text Example

White with #C1725A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1725A; }

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

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

background-color css

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

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

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

border-color css

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

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

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