Html Css Color HEX #C1725C Japonica

📋 copy color: '#C1725C'

red 193 ◦ green 114 ◦ blue 92

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

Shades of Japonica #C1725C

Tints of Japonica #C1725C

RGB

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

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

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

R = 48.37%
G = 28.57%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C1725C (or 0xC1725C) is known color: Japonica. HEX triplet: C1, 72 and 5C. RGB value is (193,114,92). Sum of RGB (Red+Green+Blue) = 193+114+92=399 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.37% from 399); Green value is 114 (44.92% from 255 or 28.57% from 399); Blue value is 92 (36.33% from 255 or 23.06% from 399); Max value from RGB is 193 - color contains mainly: red. Hex color #C1725C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1725C is #3E8DA3. Grayscale: #878787. Windows color (decimal): -4099492 or 6058689. OLE color: 6058689.

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

Color convert

RGB 193 114 92 -
CMYK 0 0.41 0.52 0.24
HSL 13.07º 0.45% 0.56% -
HSV(B) 13.07º 0.52% 0.76% -
XYZ 29.94 24.14 13.21 -
YUV 135.11 103.67 169.29 -
System Red Green Blue C M Y K H S L
Decimal 193 114 92 0 0.41 0.52 0.24 13.07 0.45 0.56
Hex C1 72 5C 0 29 34 18 D 2D 38
Octal 301 162 134 0 51 64 30 15 55 70
Binary 11000001 1110010 1011100 0 101001 110100 11000 1101 101101 111000

Color Harmonies of #C1725C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1725C

Black with #C1725C

Text Example


Text Example

White with #C1725C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1725C; }

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

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

background-color css

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

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

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

border-color css

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

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

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