Html Css Color HEX #C46256 Sunglo

📋 copy color: '#C46256'

red 196 ◦ green 98 ◦ blue 86

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

Shades of Sunglo #C46256

Tints of Sunglo #C46256

RGB

 RED value IS 196 (76.95% from 255) = 51.58%

 GREEN value IS 98 (38.67% from 255) = 25.79%

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

R = 51.58%
G = 25.79%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C46256 (or 0xC46256) is known color: Sunglo. HEX triplet: C4, 62 and 56. RGB value is (196,98,86). Sum of RGB (Red+Green+Blue) = 196+98+86=380 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.58% from 380); Green value is 98 (38.67% from 255 or 25.79% from 380); Blue value is 86 (33.98% from 255 or 22.63% from 380); Max value from RGB is 196 - color contains mainly: red. Hex color #C46256 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46256 is #3B9DA9. Grayscale: #7E7E7E. Windows color (decimal): -3906986 or 5661380. OLE color: 5661380.

HSL color Cylindrical-coordinate representation of color #C46256: hue angle of 6.55º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C46256 is Cyan = 0, Magento = 0.5, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 98 86 -
CMYK 0 0.5 0.56 0.23
HSL 6.55º 0.48% 0.55% -
HSV(B) 6.55º 0.56% 0.77% -
XYZ 28.81 21.14 11.37 -
YUV 125.93 105.47 177.98 -
System Red Green Blue C M Y K H S L
Decimal 196 98 86 0 0.5 0.56 0.23 6.55 0.48 0.55
Hex C4 62 56 0 32 38 17 7 30 37
Octal 304 142 126 0 62 70 27 7 60 67
Binary 11000100 1100010 1010110 0 110010 111000 10111 111 110000 110111

Color Harmonies of #C46256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46256

Black with #C46256

Text Example


Text Example

White with #C46256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46256; }

 p { color: rgb(196,98,86); }

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

background-color css

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

 a { background-color: rgb(196,98,86); }

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

border-color css

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

 span { border-color: rgb(196,98,86); }

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