Html Css Color HEX #C77560 Japonica

📋 copy color: '#C77560'

red 199 ◦ green 117 ◦ blue 96

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

Shades of Japonica #C77560

Tints of Japonica #C77560

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.4%

 BLUE value IS 96 (37.89% from 255) = 23.3%

R = 48.3%
G = 28.4%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C77560 (or 0xC77560) is known color: Japonica. HEX triplet: C7, 75 and 60. RGB value is (199,117,96). Sum of RGB (Red+Green+Blue) = 199+117+96=412 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.30% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 96 (37.89% from 255 or 23.30% from 412); Max value from RGB is 199 - color contains mainly: red. Hex color #C77560 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77560 is #388A9F. Grayscale: #8B8B8B. Windows color (decimal): -3705504 or 6321607. OLE color: 6321607.

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

Color convert

RGB 199 117 96 -
CMYK 0 0.41 0.52 0.22
HSL 12.23º 0.48% 0.58% -
HSV(B) 12.23º 0.52% 0.78% -
XYZ 32.03 25.71 14.34 -
YUV 139.12 103.67 170.71 -
System Red Green Blue C M Y K H S L
Decimal 199 117 96 0 0.41 0.52 0.22 12.23 0.48 0.58
Hex C7 75 60 0 29 34 16 C 30 3A
Octal 307 165 140 0 51 64 26 14 60 72
Binary 11000111 1110101 1100000 0 101001 110100 10110 1100 110000 111010

Color Harmonies of #C77560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77560

Black with #C77560

Text Example


Text Example

White with #C77560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77560; }

 p { color: rgb(199,117,96); }

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

background-color css

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

 a { background-color: rgb(199,117,96); }

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

border-color css

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

 span { border-color: rgb(199,117,96); }

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