Html Css Color HEX #C7705E Japonica

📋 copy color: '#C7705E'

red 199 ◦ green 112 ◦ blue 94

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

Shades of Japonica #C7705E

Tints of Japonica #C7705E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.65%

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

R = 49.14%
G = 27.65%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C7705E (or 0xC7705E) is known color: Japonica. HEX triplet: C7, 70 and 5E. RGB value is (199,112,94). Sum of RGB (Red+Green+Blue) = 199+112+94=405 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.14% from 405); Green value is 112 (44.14% from 255 or 27.65% from 405); Blue value is 94 (37.11% from 255 or 23.21% from 405); Max value from RGB is 199 - color contains mainly: red. Hex color #C7705E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7705E is #388FA1. Grayscale: #888888. Windows color (decimal): -3706786 or 6189255. OLE color: 6189255.

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

Color convert

RGB 199 112 94 -
CMYK 0 0.44 0.53 0.22
HSL 10.29º 0.48% 0.57% -
HSV(B) 10.29º 0.53% 0.78% -
XYZ 31.37 24.54 13.67 -
YUV 135.96 104.32 172.96 -
System Red Green Blue C M Y K H S L
Decimal 199 112 94 0 0.44 0.53 0.22 10.29 0.48 0.57
Hex C7 70 5E 0 2C 35 16 A 30 39
Octal 307 160 136 0 54 65 26 12 60 71
Binary 11000111 1110000 1011110 0 101100 110101 10110 1010 110000 111001

Color Harmonies of #C7705E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7705E

Black with #C7705E

Text Example


Text Example

White with #C7705E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7705E; }

 p { color: rgb(199,112,94); }

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

background-color css

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

 a { background-color: rgb(199,112,94); }

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

border-color css

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

 span { border-color: rgb(199,112,94); }

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