Html Css Color HEX #C46460 Sunglo

📋 copy color: '#C46460'

red 196 ◦ green 100 ◦ blue 96

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

Shades of Sunglo #C46460

Tints of Sunglo #C46460

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.51%

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

R = 50%
G = 25.51%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C46460 (or 0xC46460) is known color: Sunglo. HEX triplet: C4, 64 and 60. RGB value is (196,100,96). Sum of RGB (Red+Green+Blue) = 196+100+96=392 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50% from 392); Green value is 100 (39.45% from 255 or 25.51% from 392); Blue value is 96 (37.89% from 255 or 24.49% from 392); Max value from RGB is 196 - color contains mainly: red. Hex color #C46460 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46460 is #3B9B9F. Grayscale: #808080. Windows color (decimal): -3906464 or 6317252. OLE color: 6317252.

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

Color convert

RGB 196 100 96 -
CMYK 0 0.49 0.51 0.23
HSL 2.4º 0.46% 0.57% -
HSV(B) 2.4º 0.51% 0.77% -
XYZ 29.43 21.69 13.7 -
YUV 128.25 109.8 176.33 -
System Red Green Blue C M Y K H S L
Decimal 196 100 96 0 0.49 0.51 0.23 2.4 0.46 0.57
Hex C4 64 60 0 31 33 17 2 2E 39
Octal 304 144 140 0 61 63 27 2 56 71
Binary 11000100 1100100 1100000 0 110001 110011 10111 10 101110 111001

Color Harmonies of #C46460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46460

Black with #C46460

Text Example


Text Example

White with #C46460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46460; }

 p { color: rgb(196,100,96); }

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

background-color css

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

 a { background-color: rgb(196,100,96); }

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

border-color css

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

 span { border-color: rgb(196,100,96); }

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