Html Css Color HEX #C77261 Japonica

📋 copy color: '#C77261'

red 199 ◦ green 114 ◦ blue 97

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

Shades of Japonica #C77261

Tints of Japonica #C77261

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.8%

 BLUE value IS 97 (38.28% from 255) = 23.66%

R = 48.54%
G = 27.8%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C77261 (or 0xC77261) is known color: Japonica. HEX triplet: C7, 72 and 61. RGB value is (199,114,97). Sum of RGB (Red+Green+Blue) = 199+114+97=410 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.54% from 410); Green value is 114 (44.92% from 255 or 27.80% from 410); Blue value is 97 (38.28% from 255 or 23.66% from 410); Max value from RGB is 199 - color contains mainly: red. Hex color #C77261 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77261 is #388D9E. Grayscale: #898989. Windows color (decimal): -3706271 or 6386375. OLE color: 6386375.

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

Color convert

RGB 199 114 97 -
CMYK 0 0.43 0.51 0.22
HSL 10º 0.48% 0.58% -
HSV(B) 10º 0.51% 0.78% -
XYZ 31.73 25.04 14.47 -
YUV 137.48 105.16 171.88 -
System Red Green Blue C M Y K H S L
Decimal 199 114 97 0 0.43 0.51 0.22 10 0.48 0.58
Hex C7 72 61 0 2B 33 16 A 30 3A
Octal 307 162 141 0 53 63 26 12 60 72
Binary 11000111 1110010 1100001 0 101011 110011 10110 1010 110000 111010

Color Harmonies of #C77261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77261

Black with #C77261

Text Example


Text Example

White with #C77261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77261; }

 p { color: rgb(199,114,97); }

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

background-color css

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

 a { background-color: rgb(199,114,97); }

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

border-color css

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

 span { border-color: rgb(199,114,97); }

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