Html Css Color HEX #C66555 Sunglo

📋 copy color: '#C66555'

red 198 ◦ green 101 ◦ blue 85

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

Shades of Sunglo #C66555

Tints of Sunglo #C66555

RGB

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

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

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

R = 51.56%
G = 26.3%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C66555 (or 0xC66555) is known color: Sunglo. HEX triplet: C6, 65 and 55. RGB value is (198,101,85). Sum of RGB (Red+Green+Blue) = 198+101+85=384 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.56% from 384); Green value is 101 (39.84% from 255 or 26.30% from 384); Blue value is 85 (33.59% from 255 or 22.14% from 384); Max value from RGB is 198 - color contains mainly: red. Hex color #C66555 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66555 is #399AAA. Grayscale: #808080. Windows color (decimal): -3775147 or 5596614. OLE color: 5596614.

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

Color convert

RGB 198 101 85 -
CMYK 0 0.49 0.57 0.22
HSL 8.5º 0.5% 0.55% -
HSV(B) 8.5º 0.57% 0.78% -
XYZ 29.58 21.97 11.28 -
YUV 128.18 103.64 177.8 -
System Red Green Blue C M Y K H S L
Decimal 198 101 85 0 0.49 0.57 0.22 8.5 0.5 0.55
Hex C6 65 55 0 31 39 16 8 32 37
Octal 306 145 125 0 61 71 26 10 62 67
Binary 11000110 1100101 1010101 0 110001 111001 10110 1000 110010 110111

Color Harmonies of #C66555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66555

Black with #C66555

Text Example


Text Example

White with #C66555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66555; }

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

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

background-color css

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

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

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

border-color css

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

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

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