Html Css Color HEX #C8725F Japonica

📋 copy color: '#C8725F'

red 200 ◦ green 114 ◦ blue 95

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

Shades of Japonica #C8725F

Tints of Japonica #C8725F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.23%

R = 48.9%
G = 27.87%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C8725F (or 0xC8725F) is known color: Japonica. HEX triplet: C8, 72 and 5F. RGB value is (200,114,95). Sum of RGB (Red+Green+Blue) = 200+114+95=409 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.90% from 409); Green value is 114 (44.92% from 255 or 27.87% from 409); Blue value is 95 (37.5% from 255 or 23.23% from 409); Max value from RGB is 200 - color contains mainly: red. Hex color #C8725F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8725F is #378DA0. Grayscale: #898989. Windows color (decimal): -3640737 or 6255304. OLE color: 6255304.

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

Color convert

RGB 200 114 95 -
CMYK 0 0.43 0.52 0.22
HSL 10.86º 0.49% 0.58% -
HSV(B) 10.86º 0.53% 0.78% -
XYZ 31.9 25.14 14 -
YUV 137.55 103.99 172.54 -
System Red Green Blue C M Y K H S L
Decimal 200 114 95 0 0.43 0.52 0.22 10.86 0.49 0.58
Hex C8 72 5F 0 2B 34 16 B 31 3A
Octal 310 162 137 0 53 64 26 13 61 72
Binary 11001000 1110010 1011111 0 101011 110100 10110 1011 110001 111010

Color Harmonies of #C8725F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8725F

Black with #C8725F

Text Example


Text Example

White with #C8725F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8725F; }

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

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

background-color css

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

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

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

border-color css

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

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

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