Html Css Color HEX #C76C5A Japonica

📋 copy color: '#C76C5A'

red 199 ◦ green 108 ◦ blue 90

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

Shades of Japonica #C76C5A

Tints of Japonica #C76C5A

RGB

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

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

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

R = 50.13%
G = 27.2%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C76C5A (or 0xC76C5A) is known color: Japonica. HEX triplet: C7, 6C and 5A. RGB value is (199,108,90). Sum of RGB (Red+Green+Blue) = 199+108+90=397 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.13% from 397); Green value is 108 (42.58% from 255 or 27.20% from 397); Blue value is 90 (35.55% from 255 or 22.67% from 397); Max value from RGB is 199 - color contains mainly: red. Hex color #C76C5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76C5A is #3893A5. Grayscale: #858585. Windows color (decimal): -3707814 or 5926087. OLE color: 5926087.

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

Color convert

RGB 199 108 90 -
CMYK 0 0.46 0.55 0.22
HSL 9.91º 0.49% 0.57% -
HSV(B) 9.91º 0.55% 0.78% -
XYZ 30.76 23.61 12.61 -
YUV 133.16 103.65 174.96 -
System Red Green Blue C M Y K H S L
Decimal 199 108 90 0 0.46 0.55 0.22 9.91 0.49 0.57
Hex C7 6C 5A 0 2E 37 16 A 31 39
Octal 307 154 132 0 56 67 26 12 61 71
Binary 11000111 1101100 1011010 0 101110 110111 10110 1010 110001 111001

Color Harmonies of #C76C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76C5A

Black with #C76C5A

Text Example


Text Example

White with #C76C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76C5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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