Html Css Color HEX #C66356 Sunglo

📋 copy color: '#C66356'

red 198 ◦ green 99 ◦ blue 86

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

Shades of Sunglo #C66356

Tints of Sunglo #C66356

RGB

 RED value IS 198 (77.73% from 255) = 51.7%

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

 BLUE value IS 86 (33.98% from 255) = 22.45%

R = 51.7%
G = 25.85%
B = 22.45%

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

#C66356 (or 0xC66356) is known color: Sunglo. HEX triplet: C6, 63 and 56. RGB value is (198,99,86). Sum of RGB (Red+Green+Blue) = 198+99+86=383 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.70% from 383); Green value is 99 (39.06% from 255 or 25.85% from 383); Blue value is 86 (33.98% from 255 or 22.45% from 383); Max value from RGB is 198 - color contains mainly: red. Hex color #C66356 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66356 is #399CA9. Grayscale: #7F7F7F. Windows color (decimal): -3775658 or 5661638. OLE color: 5661638.

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

Color convert

RGB 198 99 86 -
CMYK 0 0.50 0.57 0.22
HSL 6.96º 0.5% 0.56% -
HSV(B) 6.96º 0.57% 0.78% -
XYZ 29.43 21.6 11.42 -
YUV 127.12 104.8 178.56 -
System Red Green Blue C M Y K H S L
Decimal 198 99 86 0 0.50 0.57 0.22 6.96 0.5 0.56
Hex C6 63 56 0 32 39 16 7 32 38
Octal 306 143 126 0 62 71 26 7 62 70
Binary 11000110 1100011 1010110 0 110010 111001 10110 111 110010 111000

Color Harmonies of #C66356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66356

Black with #C66356

Text Example


Text Example

White with #C66356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66356; }

 p { color: rgb(198,99,86); }

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

background-color css

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

 a { background-color: rgb(198,99,86); }

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

border-color css

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

 span { border-color: rgb(198,99,86); }

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