Html Css Color HEX #C7735C Japonica

📋 copy color: '#C7735C'

red 199 ◦ green 115 ◦ blue 92

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

Shades of Japonica #C7735C

Tints of Japonica #C7735C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.33%

 BLUE value IS 92 (36.33% from 255) = 22.66%

R = 49.01%
G = 28.33%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C7735C (or 0xC7735C) is known color: Japonica. HEX triplet: C7, 73 and 5C. RGB value is (199,115,92). Sum of RGB (Red+Green+Blue) = 199+115+92=406 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.01% from 406); Green value is 115 (45.31% from 255 or 28.33% from 406); Blue value is 92 (36.33% from 255 or 22.66% from 406); Max value from RGB is 199 - color contains mainly: red. Hex color #C7735C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7735C is #388CA3. Grayscale: #898989. Windows color (decimal): -3706020 or 6058951. OLE color: 6058951.

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

Color convert

RGB 199 115 92 -
CMYK 0 0.42 0.54 0.22
HSL 12.9º 0.49% 0.57% -
HSV(B) 12.9º 0.54% 0.78% -
XYZ 31.62 25.18 13.32 -
YUV 137.49 102.33 171.87 -
System Red Green Blue C M Y K H S L
Decimal 199 115 92 0 0.42 0.54 0.22 12.9 0.49 0.57
Hex C7 73 5C 0 2A 36 16 D 31 39
Octal 307 163 134 0 52 66 26 15 61 71
Binary 11000111 1110011 1011100 0 101010 110110 10110 1101 110001 111001

Color Harmonies of #C7735C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7735C

Black with #C7735C

Text Example


Text Example

White with #C7735C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7735C; }

 p { color: rgb(199,115,92); }

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

background-color css

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

 a { background-color: rgb(199,115,92); }

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

border-color css

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

 span { border-color: rgb(199,115,92); }

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