Html Css Color HEX #C77260 Japonica

📋 copy color: '#C77260'

red 199 ◦ green 114 ◦ blue 96

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

Shades of Japonica #C77260

Tints of Japonica #C77260

RGB

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

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

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

R = 48.66%
G = 27.87%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C77260 (or 0xC77260) is known color: Japonica. HEX triplet: C7, 72 and 60. RGB value is (199,114,96). Sum of RGB (Red+Green+Blue) = 199+114+96=409 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.66% from 409); Green value is 114 (44.92% from 255 or 27.87% from 409); Blue value is 96 (37.89% from 255 or 23.47% from 409); Max value from RGB is 199 - color contains mainly: red. Hex color #C77260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77260 is #388D9F. Grayscale: #898989. Windows color (decimal): -3706272 or 6320839. OLE color: 6320839.

HSL color Cylindrical-coordinate representation of color #C77260: hue angle of 10.49º 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 #C77260 is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 114 96 -
CMYK 0 0.43 0.52 0.22
HSL 10.49º 0.48% 0.58% -
HSV(B) 10.49º 0.52% 0.78% -
XYZ 31.68 25.02 14.23 -
YUV 137.36 104.66 171.96 -
System Red Green Blue C M Y K H S L
Decimal 199 114 96 0 0.43 0.52 0.22 10.49 0.48 0.58
Hex C7 72 60 0 2B 34 16 A 30 3A
Octal 307 162 140 0 53 64 26 12 60 72
Binary 11000111 1110010 1100000 0 101011 110100 10110 1010 110000 111010

Color Harmonies of #C77260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77260

Black with #C77260

Text Example


Text Example

White with #C77260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77260; }

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

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

background-color css

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

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

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

border-color css

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

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

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