Html Css Color HEX #C8725C Japonica

📋 copy color: '#C8725C'

red 200 ◦ green 114 ◦ blue 92

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

Shades of Japonica #C8725C

Tints of Japonica #C8725C

RGB

 RED value IS 200 (78.52% from 255) = 49.26%

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

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

R = 49.26%
G = 28.08%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C8725C (or 0xC8725C) is known color: Japonica. HEX triplet: C8, 72 and 5C. RGB value is (200,114,92). Sum of RGB (Red+Green+Blue) = 200+114+92=406 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.26% from 406); Green value is 114 (44.92% from 255 or 28.08% from 406); Blue value is 92 (36.33% from 255 or 22.66% from 406); Max value from RGB is 200 - color contains mainly: red. Hex color #C8725C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8725C is #378DA3. Grayscale: #898989. Windows color (decimal): -3640740 or 6058696. OLE color: 6058696.

HSL color Cylindrical-coordinate representation of color #C8725C: hue angle of 12.22º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C8725C is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 114 92 -
CMYK 0 0.43 0.54 0.22
HSL 12.22º 0.5% 0.57% -
HSV(B) 12.22º 0.54% 0.78% -
XYZ 31.77 25.09 13.29 -
YUV 137.21 102.49 172.79 -
System Red Green Blue C M Y K H S L
Decimal 200 114 92 0 0.43 0.54 0.22 12.22 0.5 0.57
Hex C8 72 5C 0 2B 36 16 C 32 39
Octal 310 162 134 0 53 66 26 14 62 71
Binary 11001000 1110010 1011100 0 101011 110110 10110 1100 110010 111001

Color Harmonies of #C8725C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8725C

Black with #C8725C

Text Example


Text Example

White with #C8725C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8725C; }

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

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

background-color css

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

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

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

border-color css

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

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

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