Html Css Color HEX #C76355 Sunglo

📋 copy color: '#C76355'

red 199 ◦ green 99 ◦ blue 85

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

Shades of Sunglo #C76355

Tints of Sunglo #C76355

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.85%

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

R = 51.96%
G = 25.85%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C76355 (or 0xC76355) is known color: Sunglo. HEX triplet: C7, 63 and 55. RGB value is (199,99,85). Sum of RGB (Red+Green+Blue) = 199+99+85=383 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.96% from 383); Green value is 99 (39.06% from 255 or 25.85% from 383); Blue value is 85 (33.59% from 255 or 22.19% from 383); Max value from RGB is 199 - color contains mainly: red. Hex color #C76355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76355 is #389CAA. Grayscale: #7F7F7F. Windows color (decimal): -3710123 or 5596103. OLE color: 5596103.

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

Color convert

RGB 199 99 85 -
CMYK 0 0.50 0.57 0.22
HSL 7.37º 0.5% 0.56% -
HSV(B) 7.37º 0.57% 0.78% -
XYZ 29.65 21.72 11.22 -
YUV 127.3 104.13 179.14 -
System Red Green Blue C M Y K H S L
Decimal 199 99 85 0 0.50 0.57 0.22 7.37 0.5 0.56
Hex C7 63 55 0 32 39 16 7 32 38
Octal 307 143 125 0 62 71 26 7 62 70
Binary 11000111 1100011 1010101 0 110010 111001 10110 111 110010 111000

Color Harmonies of #C76355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76355

Black with #C76355

Text Example


Text Example

White with #C76355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76355; }

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

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

background-color css

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

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

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

border-color css

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

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

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