Html Css Color HEX #C76450 Sunglo

📋 copy color: '#C76450'

red 199 ◦ green 100 ◦ blue 80

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

Shades of Sunglo #C76450

Tints of Sunglo #C76450

RGB

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

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

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

R = 52.51%
G = 26.39%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C76450 (or 0xC76450) is known color: Sunglo. HEX triplet: C7, 64 and 50. RGB value is (199,100,80). Sum of RGB (Red+Green+Blue) = 199+100+80=379 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.51% from 379); Green value is 100 (39.45% from 255 or 26.39% from 379); Blue value is 80 (31.64% from 255 or 21.11% from 379); Max value from RGB is 199 - color contains mainly: red. Hex color #C76450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76450 is #389BAF. Grayscale: #7F7F7F. Windows color (decimal): -3709872 or 5268679. OLE color: 5268679.

HSL color Cylindrical-coordinate representation of color #C76450: hue angle of 10.08º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C76450 is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 100 80 -
CMYK 0 0.50 0.60 0.22
HSL 10.08º 0.52% 0.55% -
HSV(B) 10.08º 0.6% 0.78% -
XYZ 29.56 21.84 10.25 -
YUV 127.32 101.3 179.13 -
System Red Green Blue C M Y K H S L
Decimal 199 100 80 0 0.50 0.60 0.22 10.08 0.52 0.55
Hex C7 64 50 0 32 3C 16 A 34 37
Octal 307 144 120 0 62 74 26 12 64 67
Binary 11000111 1100100 1010000 0 110010 111100 10110 1010 110100 110111

Color Harmonies of #C76450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76450

Black with #C76450

Text Example


Text Example

White with #C76450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76450; }

 p { color: rgb(199,100,80); }

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

background-color css

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

 a { background-color: rgb(199,100,80); }

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

border-color css

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

 span { border-color: rgb(199,100,80); }

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