Html Css Color HEX #C8725E Japonica

📋 copy color: '#C8725E'

red 200 ◦ green 114 ◦ blue 94

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

Shades of Japonica #C8725E

Tints of Japonica #C8725E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.04%

R = 49.02%
G = 27.94%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C8725E (or 0xC8725E) is known color: Japonica. HEX triplet: C8, 72 and 5E. RGB value is (200,114,94). Sum of RGB (Red+Green+Blue) = 200+114+94=408 (54% of max value = 765). Red value is 200 (78.52% from 255 or 49.02% from 408); Green value is 114 (44.92% from 255 or 27.94% from 408); Blue value is 94 (37.11% from 255 or 23.04% from 408); Max value from RGB is 200 - color contains mainly: red. Hex color #C8725E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8725E is #378DA1. Grayscale: #898989. Windows color (decimal): -3640738 or 6189768. OLE color: 6189768.

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

Color convert

RGB 200 114 94 -
CMYK 0 0.43 0.53 0.22
HSL 11.32º 0.49% 0.58% -
HSV(B) 11.32º 0.53% 0.78% -
XYZ 31.86 25.12 13.76 -
YUV 137.43 103.49 172.63 -
System Red Green Blue C M Y K H S L
Decimal 200 114 94 0 0.43 0.53 0.22 11.32 0.49 0.58
Hex C8 72 5E 0 2B 35 16 B 31 3A
Octal 310 162 136 0 53 65 26 13 61 72
Binary 11001000 1110010 1011110 0 101011 110101 10110 1011 110001 111010

Color Harmonies of #C8725E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8725E

Black with #C8725E

Text Example


Text Example

White with #C8725E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8725E; }

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

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

background-color css

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

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

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

border-color css

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

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

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