Html Css Color HEX #C66755 Sunglo

📋 copy color: '#C66755'

red 198 ◦ green 103 ◦ blue 85

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

Shades of Sunglo #C66755

Tints of Sunglo #C66755

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.68%

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

R = 51.3%
G = 26.68%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C66755 (or 0xC66755) is known color: Sunglo. HEX triplet: C6, 67 and 55. RGB value is (198,103,85). Sum of RGB (Red+Green+Blue) = 198+103+85=386 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.30% from 386); Green value is 103 (40.62% from 255 or 26.68% from 386); Blue value is 85 (33.59% from 255 or 22.02% from 386); Max value from RGB is 198 - color contains mainly: red. Hex color #C66755 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66755 is #3998AA. Grayscale: #818181. Windows color (decimal): -3774635 or 5597126. OLE color: 5597126.

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

Color convert

RGB 198 103 85 -
CMYK 0 0.48 0.57 0.22
HSL 9.56º 0.5% 0.55% -
HSV(B) 9.56º 0.57% 0.78% -
XYZ 29.78 22.36 11.34 -
YUV 129.35 102.97 176.96 -
System Red Green Blue C M Y K H S L
Decimal 198 103 85 0 0.48 0.57 0.22 9.56 0.5 0.55
Hex C6 67 55 0 30 39 16 A 32 37
Octal 306 147 125 0 60 71 26 12 62 67
Binary 11000110 1100111 1010101 0 110000 111001 10110 1010 110010 110111

Color Harmonies of #C66755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66755

Black with #C66755

Text Example


Text Example

White with #C66755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66755; }

 p { color: rgb(198,103,85); }

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

background-color css

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

 a { background-color: rgb(198,103,85); }

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

border-color css

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

 span { border-color: rgb(198,103,85); }

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