Html Css Color HEX #C77054 Japonica

📋 copy color: '#C77054'

red 199 ◦ green 112 ◦ blue 84

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

Shades of Japonica #C77054

Tints of Japonica #C77054

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.35%

 BLUE value IS 84 (33.2% from 255) = 21.27%

R = 50.38%
G = 28.35%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C77054 (or 0xC77054) is known color: Japonica. HEX triplet: C7, 70 and 54. RGB value is (199,112,84). Sum of RGB (Red+Green+Blue) = 199+112+84=395 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.38% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 84 (33.20% from 255 or 21.27% from 395); Max value from RGB is 199 - color contains mainly: red. Hex color #C77054 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77054 is #388FAB. Grayscale: #878787. Windows color (decimal): -3706796 or 5533895. OLE color: 5533895.

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

Color convert

RGB 199 112 84 -
CMYK 0 0.44 0.58 0.22
HSL 14.61º 0.51% 0.55% -
HSV(B) 14.61º 0.58% 0.78% -
XYZ 30.95 24.37 11.46 -
YUV 134.82 99.32 173.78 -
System Red Green Blue C M Y K H S L
Decimal 199 112 84 0 0.44 0.58 0.22 14.61 0.51 0.55
Hex C7 70 54 0 2C 3A 16 F 33 37
Octal 307 160 124 0 54 72 26 17 63 67
Binary 11000111 1110000 1010100 0 101100 111010 10110 1111 110011 110111

Color Harmonies of #C77054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77054

Black with #C77054

Text Example


Text Example

White with #C77054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77054; }

 p { color: rgb(199,112,84); }

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

background-color css

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

 a { background-color: rgb(199,112,84); }

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

border-color css

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

 span { border-color: rgb(199,112,84); }

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