Html Css Color HEX #C0725B Japonica

📋 copy color: '#C0725B'

red 192 ◦ green 114 ◦ blue 91

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

Shades of Japonica #C0725B

Tints of Japonica #C0725B

RGB

 RED value IS 192 (75.39% from 255) = 48.36%

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

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

R = 48.36%
G = 28.72%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#C0725B (or 0xC0725B) is known color: Japonica. HEX triplet: C0, 72 and 5B. RGB value is (192,114,91). Sum of RGB (Red+Green+Blue) = 192+114+91=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 114 (44.92% from 255 or 28.72% from 397); Blue value is 91 (35.94% from 255 or 22.92% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C0725B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0725B is #3F8DA4. Grayscale: #868686. Windows color (decimal): -4165029 or 5993152. OLE color: 5993152.

HSL color Cylindrical-coordinate representation of color #C0725B: hue angle of 13.66º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C0725B is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 114 91 -
CMYK 0 0.41 0.53 0.25
HSL 13.66º 0.44% 0.55% -
HSV(B) 13.66º 0.53% 0.75% -
XYZ 29.64 24 12.97 -
YUV 134.7 103.34 168.87 -
System Red Green Blue C M Y K H S L
Decimal 192 114 91 0 0.41 0.53 0.25 13.66 0.44 0.55
Hex C0 72 5B 0 29 35 19 E 2C 37
Octal 300 162 133 0 51 65 31 16 54 67
Binary 11000000 1110010 1011011 0 101001 110101 11001 1110 101100 110111

Color Harmonies of #C0725B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0725B

Black with #C0725B

Text Example


Text Example

White with #C0725B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0725B; }

 p { color: rgb(192,114,91); }

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

background-color css

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

 a { background-color: rgb(192,114,91); }

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

border-color css

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

 span { border-color: rgb(192,114,91); }

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