Html Css Color HEX #C7725B Japonica

📋 copy color: '#C7725B'

red 199 ◦ green 114 ◦ blue 91

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

Shades of Japonica #C7725B

Tints of Japonica #C7725B

RGB

 RED value IS 199 (78.13% from 255) = 49.26%

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

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

R = 49.26%
G = 28.22%
B = 22.52%

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

#C7725B (or 0xC7725B) is known color: Japonica. HEX triplet: C7, 72 and 5B. RGB value is (199,114,91). Sum of RGB (Red+Green+Blue) = 199+114+91=404 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.26% from 404); Green value is 114 (44.92% from 255 or 28.22% from 404); Blue value is 91 (35.94% from 255 or 22.52% from 404); Max value from RGB is 199 - color contains mainly: red. Hex color #C7725B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7725B is #388DA4. Grayscale: #888888. Windows color (decimal): -3706277 or 5993159. OLE color: 5993159.

HSL color Cylindrical-coordinate representation of color #C7725B: hue angle of 12.78º degrees, saturation: 0.49, 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 #C7725B is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 114 91 -
CMYK 0 0.43 0.54 0.22
HSL 12.78º 0.49% 0.57% -
HSV(B) 12.78º 0.54% 0.78% -
XYZ 31.46 24.93 13.05 -
YUV 136.79 102.16 172.37 -
System Red Green Blue C M Y K H S L
Decimal 199 114 91 0 0.43 0.54 0.22 12.78 0.49 0.57
Hex C7 72 5B 0 2B 36 16 D 31 39
Octal 307 162 133 0 53 66 26 15 61 71
Binary 11000111 1110010 1011011 0 101011 110110 10110 1101 110001 111001

Color Harmonies of #C7725B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7725B

Black with #C7725B

Text Example


Text Example

White with #C7725B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7725B; }

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

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

background-color css

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

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

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

border-color css

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

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

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