Html Css Color HEX #C77A5D Japonica

📋 copy color: '#C77A5D'

red 199 ◦ green 122 ◦ blue 93

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

Shades of Japonica #C77A5D

Tints of Japonica #C77A5D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.47%

 BLUE value IS 93 (36.72% from 255) = 22.46%

R = 48.07%
G = 29.47%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C77A5D (or 0xC77A5D) is known color: Japonica. HEX triplet: C7, 7A and 5D. RGB value is (199,122,93). Sum of RGB (Red+Green+Blue) = 199+122+93=414 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.07% from 414); Green value is 122 (48.05% from 255 or 29.47% from 414); Blue value is 93 (36.72% from 255 or 22.46% from 414); Max value from RGB is 199 - color contains mainly: red. Hex color #C77A5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77A5D is #3885A2. Grayscale: #8D8D8D. Windows color (decimal): -3704227 or 6126279. OLE color: 6126279.

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

Color convert

RGB 199 122 93 -
CMYK 0 0.39 0.53 0.22
HSL 16.42º 0.49% 0.57% -
HSV(B) 16.42º 0.53% 0.78% -
XYZ 32.49 26.85 13.83 -
YUV 141.72 100.51 168.86 -
System Red Green Blue C M Y K H S L
Decimal 199 122 93 0 0.39 0.53 0.22 16.42 0.49 0.57
Hex C7 7A 5D 0 27 35 16 10 31 39
Octal 307 172 135 0 47 65 26 20 61 71
Binary 11000111 1111010 1011101 0 100111 110101 10110 10000 110001 111001

Color Harmonies of #C77A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77A5D

Black with #C77A5D

Text Example


Text Example

White with #C77A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77A5D; }

 p { color: rgb(199,122,93); }

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

background-color css

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

 a { background-color: rgb(199,122,93); }

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

border-color css

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

 span { border-color: rgb(199,122,93); }

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