Html Css Color HEX #C56552 Sunglo

📋 copy color: '#C56552'

red 197 ◦ green 101 ◦ blue 82

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

Shades of Sunglo #C56552

Tints of Sunglo #C56552

RGB

 RED value IS 197 (77.34% from 255) = 51.84%

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

 BLUE value IS 82 (32.42% from 255) = 21.58%

R = 51.84%
G = 26.58%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C56552 (or 0xC56552) is known color: Sunglo. HEX triplet: C5, 65 and 52. RGB value is (197,101,82). Sum of RGB (Red+Green+Blue) = 197+101+82=380 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.84% from 380); Green value is 101 (39.84% from 255 or 26.58% from 380); Blue value is 82 (32.42% from 255 or 21.58% from 380); Max value from RGB is 197 - color contains mainly: red. Hex color #C56552 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56552 is #3A9AAD. Grayscale: #7F7F7F. Windows color (decimal): -3840686 or 5400005. OLE color: 5400005.

HSL color Cylindrical-coordinate representation of color #C56552: hue angle of 9.91º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C56552 is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 101 82 -
CMYK 0 0.49 0.58 0.23
HSL 9.91º 0.5% 0.55% -
HSV(B) 9.91º 0.58% 0.77% -
XYZ 29.2 21.79 10.65 -
YUV 127.54 102.3 177.54 -
System Red Green Blue C M Y K H S L
Decimal 197 101 82 0 0.49 0.58 0.23 9.91 0.5 0.55
Hex C5 65 52 0 31 3A 17 A 32 37
Octal 305 145 122 0 61 72 27 12 62 67
Binary 11000101 1100101 1010010 0 110001 111010 10111 1010 110010 110111

Color Harmonies of #C56552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56552

Black with #C56552

Text Example


Text Example

White with #C56552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56552; }

 p { color: rgb(197,101,82); }

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

background-color css

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

 a { background-color: rgb(197,101,82); }

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

border-color css

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

 span { border-color: rgb(197,101,82); }

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