Html Css Color HEX #C46350 Sunglo

📋 copy color: '#C46350'

red 196 ◦ green 99 ◦ blue 80

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

Shades of Sunglo #C46350

Tints of Sunglo #C46350

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.4%

 BLUE value IS 80 (31.64% from 255) = 21.33%

R = 52.27%
G = 26.4%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C46350 (or 0xC46350) is known color: Sunglo. HEX triplet: C4, 63 and 50. RGB value is (196,99,80). Sum of RGB (Red+Green+Blue) = 196+99+80=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 99 (39.06% from 255 or 26.4% from 375); Blue value is 80 (31.64% from 255 or 21.33% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C46350 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46350 is #3B9CAF. Grayscale: #7E7E7E. Windows color (decimal): -3906736 or 5268420. OLE color: 5268420.

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

Color convert

RGB 196 99 80 -
CMYK 0 0.49 0.59 0.23
HSL 9.83º 0.5% 0.54% -
HSV(B) 9.83º 0.59% 0.77% -
XYZ 28.67 21.24 10.18 -
YUV 125.84 102.14 178.04 -
System Red Green Blue C M Y K H S L
Decimal 196 99 80 0 0.49 0.59 0.23 9.83 0.5 0.54
Hex C4 63 50 0 31 3B 17 A 32 36
Octal 304 143 120 0 61 73 27 12 62 66
Binary 11000100 1100011 1010000 0 110001 111011 10111 1010 110010 110110

Color Harmonies of #C46350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46350

Black with #C46350

Text Example


Text Example

White with #C46350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46350; }

 p { color: rgb(196,99,80); }

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

background-color css

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

 a { background-color: rgb(196,99,80); }

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

border-color css

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

 span { border-color: rgb(196,99,80); }

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