Html Css Color HEX #C76550 Sunglo

📋 copy color: '#C76550'

red 199 ◦ green 101 ◦ blue 80

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

Shades of Sunglo #C76550

Tints of Sunglo #C76550

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.58%

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

R = 52.37%
G = 26.58%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C76550 (or 0xC76550) is known color: Sunglo. HEX triplet: C7, 65 and 50. RGB value is (199,101,80). Sum of RGB (Red+Green+Blue) = 199+101+80=380 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.37% from 380); Green value is 101 (39.84% from 255 or 26.58% from 380); Blue value is 80 (31.64% from 255 or 21.05% from 380); Max value from RGB is 199 - color contains mainly: red. Hex color #C76550 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76550 is #389AAF. Grayscale: #808080. Windows color (decimal): -3709616 or 5268935. OLE color: 5268935.

HSL color Cylindrical-coordinate representation of color #C76550: hue angle of 10.59º 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 #C76550 is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 101 80 -
CMYK 0 0.49 0.60 0.22
HSL 10.59º 0.52% 0.55% -
HSV(B) 10.59º 0.6% 0.78% -
XYZ 29.65 22.03 10.28 -
YUV 127.91 100.97 178.71 -
System Red Green Blue C M Y K H S L
Decimal 199 101 80 0 0.49 0.60 0.22 10.59 0.52 0.55
Hex C7 65 50 0 31 3C 16 B 34 37
Octal 307 145 120 0 61 74 26 13 64 67
Binary 11000111 1100101 1010000 0 110001 111100 10110 1011 110100 110111

Color Harmonies of #C76550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76550

Black with #C76550

Text Example


Text Example

White with #C76550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76550; }

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

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

background-color css

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

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

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

border-color css

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

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

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