Html Css Color HEX #C76155 Sunglo

📋 copy color: '#C76155'

red 199 ◦ green 97 ◦ blue 85

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

Shades of Sunglo #C76155

Tints of Sunglo #C76155

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.46%

 BLUE value IS 85 (33.59% from 255) = 22.31%

R = 52.23%
G = 25.46%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C76155 (or 0xC76155) is known color: Sunglo. HEX triplet: C7, 61 and 55. RGB value is (199,97,85). Sum of RGB (Red+Green+Blue) = 199+97+85=381 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.23% from 381); Green value is 97 (38.28% from 255 or 25.46% from 381); Blue value is 85 (33.59% from 255 or 22.31% from 381); Max value from RGB is 199 - color contains mainly: red. Hex color #C76155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76155 is #389EAA. Grayscale: #7E7E7E. Windows color (decimal): -3710635 or 5595591. OLE color: 5595591.

HSL color Cylindrical-coordinate representation of color #C76155: hue angle of 6.32º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C76155 is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 97 85 -
CMYK 0 0.51 0.57 0.22
HSL 6.32º 0.5% 0.56% -
HSV(B) 6.32º 0.57% 0.78% -
XYZ 29.47 21.35 11.16 -
YUV 126.13 104.79 179.98 -
System Red Green Blue C M Y K H S L
Decimal 199 97 85 0 0.51 0.57 0.22 6.32 0.5 0.56
Hex C7 61 55 0 33 39 16 6 32 38
Octal 307 141 125 0 63 71 26 6 62 70
Binary 11000111 1100001 1010101 0 110011 111001 10110 110 110010 111000

Color Harmonies of #C76155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76155

Black with #C76155

Text Example


Text Example

White with #C76155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76155; }

 p { color: rgb(199,97,85); }

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

background-color css

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

 a { background-color: rgb(199,97,85); }

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

border-color css

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

 span { border-color: rgb(199,97,85); }

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