Html Css Color HEX #C8725A Japonica

📋 copy color: '#C8725A'

red 200 ◦ green 114 ◦ blue 90

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

Shades of Japonica #C8725A

Tints of Japonica #C8725A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.28%

R = 49.5%
G = 28.22%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C8725A (or 0xC8725A) is known color: Japonica. HEX triplet: C8, 72 and 5A. RGB value is (200,114,90). Sum of RGB (Red+Green+Blue) = 200+114+90=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 114 (44.92% from 255 or 28.22% from 404); Blue value is 90 (35.55% from 255 or 22.28% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C8725A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8725A is #378DA5. Grayscale: #898989. Windows color (decimal): -3640742 or 5927624. OLE color: 5927624.

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

Color convert

RGB 200 114 90 -
CMYK 0 0.43 0.55 0.22
HSL 13.09º 0.5% 0.57% -
HSV(B) 13.09º 0.55% 0.78% -
XYZ 31.68 25.05 12.84 -
YUV 136.98 101.49 172.95 -
System Red Green Blue C M Y K H S L
Decimal 200 114 90 0 0.43 0.55 0.22 13.09 0.5 0.57
Hex C8 72 5A 0 2B 37 16 D 32 39
Octal 310 162 132 0 53 67 26 15 62 71
Binary 11001000 1110010 1011010 0 101011 110111 10110 1101 110010 111001

Color Harmonies of #C8725A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8725A

Black with #C8725A

Text Example


Text Example

White with #C8725A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8725A; }

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

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

background-color css

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

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

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

border-color css

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

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

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