Html Css Color HEX #C66A54 Sunglo

📋 copy color: '#C66A54'

red 198 ◦ green 106 ◦ blue 84

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

Shades of Sunglo #C66A54

Tints of Sunglo #C66A54

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.32%

 BLUE value IS 84 (33.2% from 255) = 21.65%

R = 51.03%
G = 27.32%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C66A54 (or 0xC66A54) is known color: Sunglo. HEX triplet: C6, 6A and 54. RGB value is (198,106,84). Sum of RGB (Red+Green+Blue) = 198+106+84=388 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.03% from 388); Green value is 106 (41.80% from 255 or 27.32% from 388); Blue value is 84 (33.20% from 255 or 21.65% from 388); Max value from RGB is 198 - color contains mainly: red. Hex color #C66A54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66A54 is #3995AB. Grayscale: #838383. Windows color (decimal): -3773868 or 5532358. OLE color: 5532358.

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

Color convert

RGB 198 106 84 -
CMYK 0 0.46 0.58 0.22
HSL 11.58º 0.5% 0.55% -
HSV(B) 11.58º 0.58% 0.78% -
XYZ 30.04 22.95 11.23 -
YUV 131 101.48 175.79 -
System Red Green Blue C M Y K H S L
Decimal 198 106 84 0 0.46 0.58 0.22 11.58 0.5 0.55
Hex C6 6A 54 0 2E 3A 16 C 32 37
Octal 306 152 124 0 56 72 26 14 62 67
Binary 11000110 1101010 1010100 0 101110 111010 10110 1100 110010 110111

Color Harmonies of #C66A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66A54

Black with #C66A54

Text Example


Text Example

White with #C66A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66A54; }

 p { color: rgb(198,106,84); }

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

background-color css

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

 a { background-color: rgb(198,106,84); }

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

border-color css

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

 span { border-color: rgb(198,106,84); }

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