Html Css Color HEX #C76660 Sunglo

📋 copy color: '#C76660'

red 199 ◦ green 102 ◦ blue 96

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

Shades of Sunglo #C76660

Tints of Sunglo #C76660

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.69%

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

R = 50.13%
G = 25.69%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C76660 (or 0xC76660) is known color: Sunglo. HEX triplet: C7, 66 and 60. RGB value is (199,102,96). Sum of RGB (Red+Green+Blue) = 199+102+96=397 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.13% from 397); Green value is 102 (40.23% from 255 or 25.69% from 397); Blue value is 96 (37.89% from 255 or 24.18% from 397); Max value from RGB is 199 - color contains mainly: red. Hex color #C76660 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76660 is #38999F. Grayscale: #828282. Windows color (decimal): -3709344 or 6317767. OLE color: 6317767.

HSL color Cylindrical-coordinate representation of color #C76660: hue angle of 3.5º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C76660 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 102 96 -
CMYK 0 0.49 0.52 0.22
HSL 3.5º 0.48% 0.58% -
HSV(B) 3.5º 0.52% 0.78% -
XYZ 30.42 22.49 13.8 -
YUV 130.32 108.64 176.99 -
System Red Green Blue C M Y K H S L
Decimal 199 102 96 0 0.49 0.52 0.22 3.5 0.48 0.58
Hex C7 66 60 0 31 34 16 3 30 3A
Octal 307 146 140 0 61 64 26 3 60 72
Binary 11000111 1100110 1100000 0 110001 110100 10110 11 110000 111010

Color Harmonies of #C76660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76660

Black with #C76660

Text Example


Text Example

White with #C76660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76660; }

 p { color: rgb(199,102,96); }

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

background-color css

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

 a { background-color: rgb(199,102,96); }

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

border-color css

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

 span { border-color: rgb(199,102,96); }

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