Html Css Color HEX #C27956 Japonica

📋 copy color: '#C27956'

red 194 ◦ green 121 ◦ blue 86

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

Shades of Japonica #C27956

Tints of Japonica #C27956

RGB

 RED value IS 194 (76.17% from 255) = 48.38%

 GREEN value IS 121 (47.66% from 255) = 30.17%

 BLUE value IS 86 (33.98% from 255) = 21.45%

R = 48.38%
G = 30.17%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C27956 (or 0xC27956) is known color: Japonica. HEX triplet: C2, 79 and 56. RGB value is (194,121,86). Sum of RGB (Red+Green+Blue) = 194+121+86=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 121 (47.66% from 255 or 30.17% from 401); Blue value is 86 (33.98% from 255 or 21.45% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C27956 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27956 is #3D86A9. Grayscale: #8B8B8B. Windows color (decimal): -4032170 or 5667266. OLE color: 5667266.

HSL color Cylindrical-coordinate representation of color #C27956: hue angle of 19.44º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C27956 is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 121 86 -
CMYK 0 0.38 0.56 0.24
HSL 19.44º 0.47% 0.55% -
HSV(B) 19.44º 0.56% 0.76% -
XYZ 30.77 25.82 12.17 -
YUV 138.84 98.18 167.35 -
System Red Green Blue C M Y K H S L
Decimal 194 121 86 0 0.38 0.56 0.24 19.44 0.47 0.55
Hex C2 79 56 0 26 38 18 13 2F 37
Octal 302 171 126 0 46 70 30 23 57 67
Binary 11000010 1111001 1010110 0 100110 111000 11000 10011 101111 110111

Color Harmonies of #C27956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27956

Black with #C27956

Text Example


Text Example

White with #C27956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27956; }

 p { color: rgb(194,121,86); }

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

background-color css

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

 a { background-color: rgb(194,121,86); }

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

border-color css

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

 span { border-color: rgb(194,121,86); }

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