Html Css Color HEX #C76C55 Japonica

📋 copy color: '#C76C55'

red 199 ◦ green 108 ◦ blue 85

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

Shades of Japonica #C76C55

Tints of Japonica #C76C55

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.55%

 BLUE value IS 85 (33.59% from 255) = 21.68%

R = 50.77%
G = 27.55%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C76C55 (or 0xC76C55) is known color: Japonica. HEX triplet: C7, 6C and 55. RGB value is (199,108,85). Sum of RGB (Red+Green+Blue) = 199+108+85=392 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.77% from 392); Green value is 108 (42.58% from 255 or 27.55% from 392); Blue value is 85 (33.59% from 255 or 21.68% from 392); Max value from RGB is 199 - color contains mainly: red. Hex color #C76C55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76C55 is #3893AA. Grayscale: #848484. Windows color (decimal): -3707819 or 5598407. OLE color: 5598407.

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

Color convert

RGB 199 108 85 -
CMYK 0 0.46 0.57 0.22
HSL 12.11º 0.5% 0.56% -
HSV(B) 12.11º 0.57% 0.78% -
XYZ 30.56 23.52 11.52 -
YUV 132.59 101.15 175.37 -
System Red Green Blue C M Y K H S L
Decimal 199 108 85 0 0.46 0.57 0.22 12.11 0.5 0.56
Hex C7 6C 55 0 2E 39 16 C 32 38
Octal 307 154 125 0 56 71 26 14 62 70
Binary 11000111 1101100 1010101 0 101110 111001 10110 1100 110010 111000

Color Harmonies of #C76C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76C55

Black with #C76C55

Text Example


Text Example

White with #C76C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76C55; }

 p { color: rgb(199,108,85); }

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

background-color css

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

 a { background-color: rgb(199,108,85); }

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

border-color css

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

 span { border-color: rgb(199,108,85); }

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